1 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
3 * sys/ximage/ximagesink.c:
4 (gst_ximagesink_calculate_pixel_aspect_ratio):
5 * sys/xvimage/xvimagesink.c:
6 (gst_xvimagesink_calculate_pixel_aspect_ratio):
7 Make sure we calculate pixel-aspect-ratio using floating point maths
9 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
14 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
16 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
18 add debugging for display PAR calculation
20 2004-08-02 David Schleef <ds@schleef.org>
22 * configure.ac: Fix mikmod CFLAGS.
24 2004-07-27 Benjamin Otte <otte@gnome.org>
26 * gst/audioscale/gstaudioscale.c:
27 - fix templates to only support S16, it's the only format that works
28 - make caps nego code use try_set_caps_nonfixed and fixation instead
29 of try_set_caps twice, which is not nice for autopluggers
30 - change rank to secondary, so autopluggers can pick it up after
33 2004-08-02 Iain <iain@prettypeople.org>
35 * gst/interleave/interleave.c (interleave_init),
36 (interleave_request_new_pad),
37 (interleave_pad_removed),
38 (interleave_buffered_loop): Use the real pad count, not the artificial
41 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
43 * configure.ac: bump nano back to development
47 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
49 * configure.ac: releasing 0.8.3, "Water"
51 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
53 * sys/xvimage/xvimagesink.c:
54 (gst_xvimagesink_calculate_pixel_aspect_ratio),
55 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
56 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
57 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
58 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
59 * sys/xvimage/xvimagesink.h:
60 apply similar PAR fixes as to ximagesink
62 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
64 patch from: Benjamin Otte
66 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
67 add link function to lame. Fixes #148986.
69 2004-08-02 Johan Dahlin <johan@gnome.org>
71 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
74 2004-07-30 David Schleef <ds@schleef.org>
76 * gst/videomixer/Makefile.am: Fix things that should have been
77 fixed in the last checkin.
79 2004-07-30 David Schleef <ds@schleef.org>
81 * gst/multipart/Makefile.am: Fix things that should have been
82 fixed in the last checkin.
84 2004-07-30 David Schleef <ds@schleef.org>
86 * testsuite/multifilesink/Makefile.am: Fix unused variable.
88 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
91 bump nano for prerelease
103 2004-07-30 Wim Taymans <wim@fluendo.com>
105 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
106 (gst_multifdsink_add), (gst_multifdsink_remove),
107 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
108 (gst_multifdsink_client_remove),
109 (gst_multifdsink_handle_client_write),
110 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
111 * gst/tcp/gstmultifdsink.h:
112 Recover from a select with a bad file descriptor by removing
115 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
118 fix requirement of core
119 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
120 (gst_play_pipeline_setup):
121 don't use colorspace element. do use hermescolorspace element.
122 make macro to get a colorspace element.
123 mark strings for translation.
137 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
139 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
140 fix default for newmedia flag
142 2004-07-30 Wim Taymans <wim@fluendo.com>
144 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
145 (gst_theora_dec_init), (theora_get_formats),
146 (theora_dec_src_convert), (theora_dec_sink_convert),
147 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
148 (theora_dec_chain), (theora_dec_set_property),
149 (theora_dec_get_property):
150 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
151 (gst_theora_enc_class_init), (gst_theora_enc_init),
152 (theora_enc_sink_link), (theora_enc_chain),
153 (theora_enc_set_property), (theora_enc_get_property):
154 Added cropping option to theora decoder.
155 Added border option to theora encoder.
157 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
159 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
160 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
161 (gst_pngenc_set_property):
162 * ext/libpng/gstpngenc.h:
163 Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
165 2004-07-30 Wim Taymans <wim@fluendo.com>
167 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
168 (theora_enc_sink_link), (theora_enc_chain),
169 (theora_enc_set_property), (theora_enc_get_property):
170 Fix encoding of non-multiple-of-16 video.
172 2004-07-29 David Schleef <ds@schleef.org>
174 * configure.ac: make test for audiofile more strict
176 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
178 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
179 give different names to typefind functions
181 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
183 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
184 (gst_ximagesink_calculate_pixel_aspect_ratio),
185 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
186 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
187 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
188 (gst_ximagesink_get_property), (gst_ximagesink_init):
189 * sys/ximage/ximagesink.h:
190 allocate PAR's dynamically.
191 use autodetected PAR if no object-set PAR is given.
192 add workaround for directfb's X not setting physical size.
193 fix to xvimagesink will follow tomorrow.
195 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
197 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
198 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
199 (gst_shout2send_get_type), (gst_shout2send_set_clock),
200 (gst_shout2send_class_init), (gst_shout2send_init),
201 (set_shout_metadata), (gst_shout2send_set_metadata),
202 (gst_shout2send_chain), (gst_shout2send_set_property),
203 (gst_shout2send_get_property), (gst_shout2send_connect),
204 (gst_shout2send_change_state):
205 * ext/shout2/gstshout2.h:
206 - fix for sending mp3 audio to icecast2 server, if pad link function not
207 called before PAUSED state
208 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
209 - added tagging support for mp3 audio broadcasted
210 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
213 2004-07-28 Wim Taymans <wim@fluendo.com>
215 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
216 (gst_ogg_demux_push):
217 Return query failure when we don't know the length of
218 an ogg stream insteda of returning TRUE with a bogus value.
220 2004-07-28 Wim Taymans <wim@fluendo.com>
222 * ext/theora/theoradec.c: (theora_get_formats),
223 (theora_dec_src_convert), (theora_dec_sink_convert),
224 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
226 Don't screw up the 1 Chroma for 1 luma sample situation when we
227 have an odd offset/width by adding a black border in those cases.
229 2004-07-28 Wim Taymans <wim@fluendo.com>
231 * ext/theora/theoradec.c: (theora_get_formats),
232 (theora_dec_src_convert), (theora_dec_sink_convert),
233 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
235 * ext/theora/theoraenc.c: (theora_enc_sink_link):
236 Added first attempt at cropping of the image as required by the
237 theora spec. We need more properties in the caps (offset_x,
238 offset_y,stride) to implement this correctly.
240 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
243 Update the README to use dvddemux
244 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
245 Ensure getcaps returns a subset of the template caps
246 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
247 (gst_mpeg2subt_init):
248 Ensure getcaps returns a subset of the template caps
249 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
250 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
251 (gst_dvd_demux_get_subpicture_stream),
252 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
253 * gst/mpegstream/gstdvddemux.h:
254 Set the explicit caps on the current_video pad before pushing
256 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
257 (gst_mpeg_demux_get_audio_stream):
258 Free caps used to gst_pad_set_explicit_caps, which takes a const
261 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
263 * configure.ac: update GStreamer requirement to 0.8.4 because of
266 2004-07-28 Wim Taymans <wim@fluendo.com>
268 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
269 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
270 Add the pad to the element after setting up the caps. This
271 makes it a lot easier to autoplug.
273 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
275 * gst/median/gstmedian.c:
276 * gst/mpeg2subt/gstmpeg2subt.c:
277 * gst/mpegaudioparse/gstmpegaudioparse.c:
278 * gst/mpegstream/gstdvddemux.c:
279 * gst/mpegstream/gstmpegdemux.c:
280 * gst/mpegstream/gstmpegpacketize.c:
281 * gst/rtjpeg/gstrtjpeg.c:
282 * gst/rtjpeg/gstrtjpegdec.c:
283 * gst/rtjpeg/gstrtjpegenc.c:
284 * gst/sine/gstsinesrc.c:
285 * gst/smooth/gstsmooth.c:
286 * gst/smpte/gstsmpte.c:
287 * gst/smpte/gstsmpte.h:
288 * gst/stereo/gststereo.c:
289 * gst/videofilter/gstgamma.c:
290 * gst/videofilter/gstvideobalance.c:
291 * gst/videofilter/gstvideofilter.c:
292 * gst/videofilter/gstvideoflip.c:
293 * gst/videoscale/gstvideoscale.c:
294 * gst/videoscale/videoscale.c:
295 * gst/videotestsrc/gstvideotestsrc.c:
296 * gst/videotestsrc/videotestsrc.c:
297 * gst/wavenc/gstwavenc.c:
298 * gst/wavparse/gstwavparse.c:
299 fix local includes and 64 bits constants
301 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
304 * gst-libs/gst/*/*.vcproj:
308 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
310 * testsuite/alsa/Makefile.am:
311 * testsuite/alsa/srcstate.c:
312 add test for alsasrc changing state
315 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
317 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
319 * gst/silence/gstsilence.h:
320 fix silence generation for 16bit raw audio
322 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
324 * gst/matroska/matroska-demux.c:
325 (gst_matroska_demux_parse_metadata),
326 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
327 * gst/mpegaudio/common.c:
328 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
329 (gst_videoscale_getcaps), (gst_videoscale_link),
330 (gst_videoscale_src_fixate), (gst_videoscale_init),
331 (gst_videoscale_finalize):
332 * gst/videoscale/gstvideoscale.h:
333 * gst/videotestsrc/gstvideotestsrc.c:
334 (gst_videotestsrc_get_capslist):
335 * gst/wavenc/gstwavenc.c:
336 * sys/oss/gstossmixer.c: (fill_labels):
337 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
338 (gst_ximagesink_handle_xevents),
339 (gst_ximagesink_calculate_pixel_aspect_ratio),
340 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
341 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
342 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
343 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
344 (gst_ximagesink_init), (gst_ximagesink_class_init):
345 * sys/ximage/ximagesink.h:
346 * sys/xvimage/xvimagesink.c:
347 (gst_xvimagesink_calculate_pixel_aspect_ratio),
348 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
349 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
350 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
351 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
352 * sys/xvimage/xvimagesink.h:
353 first batch of pixel aspect ratio commits.
355 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
357 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
358 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
359 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
360 handle stride, needs work if we want to move stride handling
361 upstream, but works correctly for our purposes.
363 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
365 * gst/videoscale/README:
367 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
368 (gst_videoscale_chain):
369 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
370 (gst_videoscale_get_size):
371 add get_size function that handles stride like videotestsrc.
372 fixes conversion for YUV formats for as much as I can test them.
374 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
376 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
377 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
378 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
379 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
380 (gst_xvimagesink_xvimage_put):
381 further cleanups, logging, error handling and synchronizing
383 2004-07-27 Wim Taymans <wim@fluendo.com>
385 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
386 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
387 (gst_videomixer_pad_set_property),
388 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
389 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
390 (gst_videomixer_class_init), (gst_videomixer_init),
391 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
392 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
393 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
394 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
395 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
396 (gst_videomixer_loop), (plugin_init):
397 Be a nicer negotiation citizen and provide a getcaps function on
398 the srcpad. This also fixes a crash when resizing.
400 2004-07-27 Julien MOUTTE <julien@moutte.net>
402 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
403 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
405 2004-07-27 Wim Taymans <wim@fluendo.com>
407 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
408 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
409 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
410 (gst_pngenc_set_property):
411 * ext/libpng/gstpngenc.h:
412 Added snapshot property to pngenc.
413 removed g_print from pngdec
415 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
417 * gst/ac3parse/ac3parse.vcproj
418 * gst/adder/adder.vcproj
419 * gst/alpha/alpha.vcproj
420 * gst/alpha/alphacolor.vcproj
421 * gst/asfdemux/asf.vcproj
422 * gst/audioconvert/audioconvert.vcproj
423 * gst/audiorate/audiorate.vcproj
424 * gst/audioscale/audioscale.vcproj
425 * gst/auparse/auparse.vcproj
427 * gst/cdxaparse/cdxaparse.vcproj
428 * gst/chart/chart.vcproj
429 * gst/colorspace/colorspace.vcproj
430 * gst/cutter/cutter.vcproj
431 * gst/debug/debug.vcproj
432 * gst/debug/efence.vcproj
433 * gst/debug/navigationtest.vcproj
434 * gst/deinterlace/deinterlace.vcproj
435 * gst/effectv/effectv.vcproj
436 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
437 * gst/filter/filter.vcproj
438 * gst/flx/flxdec.vcproj
439 * gst/goom/goom.vcproj
440 * gst/interleave/interleave.vcproj
441 * gst/law/alaw.vcproj
442 * gst/law/mulaw.vcproj
443 * gst/matroska/matroska.vcproj
444 * gst/median/median.vcproj
445 * gst/mixmatrix/mixmatrix.vcproj
446 * gst/mpeg1sys/mpeg1systemencode.vcproj
447 * gst/mpeg1videoparse/mp1videoparse.vcproj
448 * gst/mpeg2sub/mpeg2subt.vcproj
449 * gst/mpegaudio/mpegaudio.vcproj
450 * gst/mpegaudioparse/mpegaudioparse.vcproj
451 * gst/mpegstream/mpegstream.vcproj
452 * gst/multifilesink/multifilesink.vcproj
453 * gst/multipart/multipart.vcproj
454 * gst/oneton/oneton.vcproj
455 * gst/overlay/overlay.vcproj
456 * gst/passthrough/passthrough.vcproj
457 * gst/qtdemux/qtdemux.vcproj
458 * gst/realmedia/rmdemux.vcproj
459 * gst/rtjpeg/rtjpeg.vcproj
461 * gst/silence/silence.vcproj
462 * gst/sine/sinesrc.vcproj
463 * gst/smooth/smooth.vcproj
464 * gst/smpte/smpte.vcproj
465 * gst/spectrum/spectrum.vcproj
466 * gst/speed/speed.vcproj
467 * gst/stereo/stereo.vcproj
468 * gst/switch/switch.vcproj
469 * gst/tags/tagedit.vcproj
471 * gst/typefind/typefindfunctions.vcproj
473 * gst/videobox/videobox.vcproj
474 * gst/videocrop/videocrop.vcproj
475 * gst/videodrop/videodrop.vcproj
476 * gst/videofilter/gamma.vcproj
477 * gst/videofilter/videobalance.vcproj
478 * gst/videofilter/videofilter.vcproj
479 * gst/videofilter/videoflip.vcproj
480 * gst/videoflip/videoflip.vcproj
481 * gst/videomixer/videomixer.vcproj
482 * gst/videorate/videorate.vcproj
483 * gst/videoscale/videoscale.vcproj
484 * gst/videotestsrc/videotestsrc.vcproj
485 * gst/virtualdub/virtualdub.vcproj
486 * gst/volenv/volenv.vcproj
487 * gst/volume/volume.vcproj
488 * gst/wavenc/wavenc.vcproj
489 * gst/wavparse/wavparse.vcproj
490 * gst/y4m/y4menc.vcproj
491 * gst-libs/gst/audio/audio.vcproj
492 * gst-libs/gst/audio/audiofilter.vcproj
493 * gst-libs/gst/colorbalance/colorbalance.vcproj
494 * gst-libs/gst/idct/idtc.vcproj
495 * gst-libs/gst/media-info/media-info.vcproj
496 * gst-libs/gst/mixer/mixer.vcproj
497 * gst-libs/gst/navigation/navigation.vcproj
498 * gst-libs/gst/play/play.vcproj
499 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
500 * gst-libs/gst/resample/resample.vcproj
501 * gst-libs/gst/riff/riff.vcproj
502 * gst-libs/gst/tuner/tuner.vcproj
503 * gst-libs/gst/video/video.vcproj
504 * gst-libs/gst/xoverlay/xoverlay.vcproj
505 avoid problems with math.h, fix release dependancy
506 rename GStreamer-0.8.lib to libgstreamer.lib
508 2004-07-27 Julien MOUTTE <julien@moutte.net>
510 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
511 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
512 the atom is not available we have to unlock the mutex. Fixes #148023
514 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
516 * gst-libs/gst/media-info/media-info.h:
517 issue for a vararg macro with MSVC
519 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
521 * gst/effectv/effectv.vcproj
522 * gst-libs/gst/idct/idct.vcproj:
523 * gst-libs/gst/media-info/media-info.vcproj:
524 * gst-libs/gst/navigation/navigation.vcproj:
525 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
526 * gst-libs/gst/video/video.vcproj:
527 * gst-libs/gst/xoverlay/xoverlay.vcproj:
528 fixes for build problems
530 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
532 * gst-libs/gst/audio/audio.def:
533 * gst-libs/gst/audio/riff.def:
534 add some definitions needed by plugins
536 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
538 * gst/asfdemux/gstasfmux.c
539 Fix some 64 bits constants to be glib friendly
541 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
543 * gst/ac3parse/gstac3parse.c
544 * gst/audioscale/gstaudioscale.c
545 * gst/auparse/gstauparse.c
546 * gst/colorspace/gstcolorspace.c
547 * gst/colorspace/yuv2rgb.h
550 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
553 add more plugins to the build
555 2004-07-26 Julien MOUTTE <julien@moutte.net>
557 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
558 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
560 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
562 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
563 (gst_level_set_property), (gst_level_get_property),
564 (gst_level_base_init), (gst_level_class_init):
565 add debugging categories. cleanups.
567 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
569 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
570 (gst_videoscale_planar411), (gst_videoscale_planar400),
571 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
572 (gst_videoscale_scale_nearest_str1),
573 (gst_videoscale_scale_nearest_str2),
574 (gst_videoscale_scale_nearest_str4),
575 (gst_videoscale_scale_nearest_16bit),
576 (gst_videoscale_scale_nearest_24bit):
578 tested with 320x240 -> 321, 322, 324 x240
579 tested with YV12, I420, YUY2, UYVY
580 fixed packed422rev (don't think it could have worked before)
583 2004-07-26 Benjamin Otte <otte@gnome.org>
585 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
586 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
588 add debugging category, add error checks like checking return values
589 of setup calls, make sure it still works after
590 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
592 2004-07-26 Wim Taymans <wim@fluendo.com>
594 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
595 (gst_mpeg_demux_get_audio_stream),
596 (gst_mpeg_demux_process_private):
597 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
598 Check for error codes from the negotiation functions. Make sure
599 we really set the pad caps when a new pad is created.
601 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
603 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
604 (gst_ffmpeg_caps_to_pix_fmt):
605 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
606 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
607 (gst_ffmpegcolorspace_pad_link):
608 don't make function do two things at the same time without reason.
610 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
612 * gst/ac3parse/ac3parse.vcproj
613 * gst/adder/adder.vcproj
614 * gst/alpha/alpha.vcproj
615 * gst/alpha/alphacolor.vcproj
616 * gst/asfdemux/asf.vcproj
617 * gst/audioconvert/audioconvert.vcproj
618 * gst/audiorate/audiorate.vcproj
619 * gst/audioscale/audioscale.vcproj
620 * gst/auparse/auparse.vcproj
622 * gst/cdxaparse/cdxaparse.vcproj
623 * gst/chart/chart.vcproj
624 * gst/colorspace/colorspace.vcproj
625 * gst/cutter/cutter.vcproj
626 * gst/debug/debug.vcproj
627 * gst/debug/efence.vcproj
628 * gst/debug/navigationtest.vcproj
629 * gst/deinterlace/deinterlace.vcproj
630 * gst/effectv/effectv.vcproj
631 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
632 * gst/filter/filter.vcproj
633 * gst/flx/flxdec.vcproj
634 * gst/goom/goom.vcproj
635 * gst/interleave/interleave.vcproj
636 * gst/law/alaw.vcproj
637 * gst/law/mulaw.vcproj
638 * gst/matroska/matroska.vcproj
639 * gst/median/median.vcproj
640 * gst/mixmatrix/mixmatrix.vcproj
641 * gst/mpeg1sys/mpeg1systemencode.vcproj
642 * gst/mpeg1videoparse/mp1videoparse.vcproj
643 * gst/mpeg2sub/mpeg2subt.vcproj
644 * gst/mpegaudio/mpegaudio.vcproj
645 * gst/mpegaudioparse/mpegaudioparse.vcproj
646 * gst/mpegstream/mpegstream.vcproj
647 * gst/multifilesink/multifilesink.vcproj
648 * gst/multipart/multipart.vcproj
649 * gst/oneton/oneton.vcproj
650 * gst/overlay/overlay.vcproj
651 * gst/passthrough/passthrough.vcproj
652 * gst/qtdemux/qtdemux.vcproj
653 * gst/realmedia/rmdemux.vcproj
654 * gst/rtjpeg/rtjpeg.vcproj
656 * gst/silence/silence.vcproj
657 * gst/sine/sinesrc.vcproj
658 * gst/smooth/smooth.vcproj
659 * gst/smpte/smpte.vcproj
660 * gst/spectrum/spectrum.vcproj
661 * gst/speed/speed.vcproj
662 * gst/stereo/stereo.vcproj
663 * gst/switch/switch.vcproj
664 * gst/tags/tagedit.vcproj
666 * gst/typefind/typefindfunctions.vcproj
668 * gst/videobox/videobox.vcproj
669 * gst/videocrop/videocrop.vcproj
670 * gst/videodrop/videodrop.vcproj
671 * gst/videofilter/gamma.vcproj
672 * gst/videofilter/videobalance.vcproj
673 * gst/videofilter/videofilter.vcproj
674 * gst/videofilter/videoflip.vcproj
675 * gst/videoflip/videoflip.vcproj
676 * gst/videomixer/videomixer.vcproj
677 * gst/videorate/videorate.vcproj
678 * gst/videoscale/videoscale.vcproj
679 * gst/videotestsrc/videotestsrc.vcproj
680 * gst/virtualdub/virtualdub.vcproj
681 * gst/volenv/volenv.vcproj
682 * gst/volume/volume.vcproj
683 * gst/wavenc/wavenc.vcproj
684 * gst/wavparse/wavparse.vcproj
685 * gst/y4m/y4menc.vcproj
686 more plugins supported under windows
688 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
690 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
691 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
692 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
693 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
694 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
695 Add debugging statements. Use the sizes as returned by the
698 2004-07-26 Johan Dahlin <johan@gnome.org>
700 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
701 the pad is negotiated.
703 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
705 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
707 * gst-libs/gst/colorbalance/colorbalance.vcproj:
708 * gst-libs/gst/idct/idct.vcproj:
709 * gst-libs/gst/media-info/media-info.vcproj:
710 * gst-libs/gst/mixer/mixer.vcproj:
711 * gst-libs/gst/navigation/navigation.vcproj:
712 * gst-libs/gst/play/play.vcproj:
713 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
714 * gst-libs/gst/resample/resample.vcproj:
715 * gst-libs/gst/tuner/tuner.vcproj:
716 * gst-libs/gst/video/video.vcproj:
717 * gst-libs/gst/xoverlay/xoverlay.vcproj:
718 more plugins supported under windows
720 2004-07-25 Iain <iain@prettypeople.org>
722 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
723 pad now rather than when the pad is created because state changes wipe
724 explicit caps (fixes #148043).
726 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
728 reviewed by Benjamin Otte <otte@gnome.org>
731 fix mad plugin crashing on Sun (fixes #148289)
733 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
736 * gst/avi/avi.vcproj:
737 * gst/matroska/matroska.def:
738 * gst/matroska/matroska.vcproj:
739 remove unused .def files
741 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
743 * gst-libs/gst/audio/gstaudiofilter.c:
744 Clean the local include
746 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
749 * gst-libs/gst/audio/audio.def:
750 * gst-libs/gst/audio/audio.vcproj:
751 * gst-libs/gst/audio/audiofilter.vcproj:
752 * gst-libs/gst/audio/riff.def:
753 * gst-libs/gst/audio/riff.vcproj:
754 * gst-libs/gst/gst-libs.def:
755 * gst-libs/gst/gst-libs.vcproj:
756 * gst/avi/avi.vcproj:
757 * gst/avi/avi.vcproj:
758 Copy the files where needed after building, cleaner projects
760 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
762 * gst/matroska/ebml-write.c:
763 Fix some 64 bits constants to be glib friendly
765 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
768 * gst-libs/gst/gst-libs.def:
769 * gst-libs/gst/gst-libs.vcproj:
770 * gst/matroska/matroska.def:
771 * gst/matroska/matroska.vcproj:
772 Add the preliminary canvas to build plugins on Win32
774 2004-07-23 Benjamin Otte <otte@gnome.org>
776 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
777 don't enfore negotiation from source side, it breaks
778 sinesrc ! audioconvert ! osssink
780 2004-07-22 David Schleef <ds@schleef.org>
782 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
783 for ELF files, since they can easily be recognized as audio/mpeg.
786 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
788 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
789 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
790 (gst_videoscale_scale_nearest_24bit),
791 (gst_videoscale_scale_nearest_16bit):
792 fix 16bit and 24bit for stride (24bit might need testing)
793 don't pretend we do more than one algorithm
795 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
799 * gst/multifilesink/Makefile.am:
800 * gst/multifilesink/gstmultifilesink.c:
801 (gst_multifilesink_get_formats),
802 (gst_multifilesink_get_query_types), (_do_init),
803 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
804 (gst_multifilesink_init), (gst_multifilesink_dispose),
805 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
806 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
807 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
808 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
809 (gst_multifilesink_chain), (gst_multifilesink_change_state),
810 (gst_multifilesink_uri_get_type),
811 (gst_multifilesink_uri_get_protocols),
812 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
813 (gst_multifilesink_uri_handler_init), (plugin_init):
814 * gst/multifilesink/gstmultifilesink.h:
815 * testsuite/Makefile.am:
816 * testsuite/multifilesink/Makefile.am:
817 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
818 (gst_newmedia_class_init), (gst_newmedia_init),
819 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
820 (newfile_signal), (test_signal), (main):
821 multifilesink plugin for creating new files every time a new media
822 discontinuity event occurs
824 2004-07-22 Wim Taymans <wim@fluendo.com>
826 * gst/alpha/Makefile.am:
827 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
828 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
829 (gst_alpha_color_init), (gst_alpha_color_set_property),
830 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
831 (transform), (gst_alpha_color_chain),
832 (gst_alpha_color_change_state), (plugin_init):
833 Stupid plugin to to RGBA to AYUV conversion because none of
834 the colorspace plugins can handle that yet.
836 2004-07-22 Wim Taymans <wim@fluendo.com>
838 * examples/seeking/seek.c: (update_scale), (main):
839 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
840 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
841 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
842 (gst_decode_bin_init), (gst_decode_bin_dispose),
843 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
844 (no_more_pads), (close_link), (type_found),
845 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
847 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
848 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
849 (gst_play_base_bin_dispose), (queue_overrun),
850 (gen_preroll_element), (remove_prerolls), (unknown_type),
851 (no_more_pads), (new_stream), (setup_source),
852 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
853 (play_base_eos), (gst_play_base_bin_change_state),
854 (gst_play_base_bin_add_element),
855 (gst_play_base_bin_remove_element),
856 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
857 (gst_play_base_bin_unlink_stream),
858 (gst_play_base_bin_get_streaminfo):
859 * gst/playback/gstplaybin.c: (gen_video_element),
861 * gst/playback/gststreaminfo.h:
862 More playback updates, attempt to fix things after the state change
865 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
867 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
868 (gst_videoscale_scale_nearest_16bit):
871 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
873 * gst/videotestsrc/gstvideotestsrc.c:
874 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
875 (gst_videotestsrc_init), (gst_videotestsrc_get),
876 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
877 (gst_videotestsrc_get_property):
878 * gst/videotestsrc/gstvideotestsrc.h:
879 * gst/videotestsrc/videotestsrc.c:
880 * gst/videotestsrc/videotestsrc.h:
881 cleanup and commenting
883 2004-07-21 Wim Taymans <wim@fluendo.com>
885 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
886 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
887 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
888 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
889 (_find_chain_get_unknown_part), (_find_streams_check),
890 (gst_ogg_demux_push), (gst_ogg_pad_push):
891 * ext/theora/theoradec.c: (theora_get_formats),
892 (theora_dec_src_convert), (theora_dec_sink_convert),
893 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
895 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
896 (vorbis_dec_convert), (vorbis_dec_src_query),
897 (vorbis_dec_src_event), (vorbis_dec_event):
898 More seeking fixes, oggdemux now supports seeking to time and
899 uses the downstream element to convert granulepos to time.
900 Seeking in theora-only ogg files now works.
902 2004-07-21 Wim Taymans <wim@fluendo.com>
904 * ext/theora/theoradec.c: (gst_theora_dec_init),
905 (theora_get_formats), (theora_get_event_masks),
906 (theora_get_query_types), (theora_dec_src_convert),
907 (theora_dec_sink_convert), (theora_dec_src_query),
908 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
909 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
910 (vorbis_get_event_masks), (vorbis_get_query_types),
911 (gst_vorbis_dec_init), (vorbis_dec_convert),
912 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
913 Added query/convert/formats functions to vorbis and theora decoders
914 so that the outside world can use them too. Fixed seeking on an
915 ogg/theora/vorbis file by disabling the seeking seeking on the
918 2004-07-21 Julien MOUTTE <julien@moutte.net>
920 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
921 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
922 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
923 images creation for both elements. We don't create the image on caps
924 nego or renego, we just destroy the internal one if present if it does
925 not match the needs. The chain function takes care of creating a new
927 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
928 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
929 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
930 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
931 the image format information. The buffer pool checks for the context
932 image format and discard images with different formats.
933 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
935 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
937 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
938 (gst_ffmpegcolorspace_chain):
939 no point in doing any chaining if the pad we want to push from
942 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
944 * gst-libs/gst/riff/riff-media.c:
945 (gst_riff_create_audio_caps_with_data):
946 Fix double end-to-native symbol conversion (#148021).
948 2004-07-20 David Schleef <ds@schleef.org>
950 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
951 Don't use an Atom that doesn't exist.
953 2004-07-20 Wim Taymans <wim@fluendo.com>
955 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
956 (gst_multifdsink_add), (gst_multifdsink_get_stats),
957 (gst_multifdsink_client_remove),
958 (gst_multifdsink_handle_client_write),
959 (gst_multifdsink_queue_buffer):
960 * gst/tcp/gstmultifdsink.h:
961 More multifdsink stats. Avoid deadlock by releasing locks
962 before sending out a signal.
964 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
968 added Hungarian translation (Laszlo Dvornik)
970 2004-07-20 Wim Taymans <wim@fluendo.com>
972 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
973 (gst_multifdsink_add), (gst_multifdsink_client_remove),
974 (gst_multifdsink_handle_client_write),
975 (gst_multifdsink_queue_buffer):
976 * gst/tcp/gsttcp-marshal.list:
977 Fixed the stupid marshal definition.
979 2004-07-20 Wim Taymans <wim@fluendo.com>
981 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
982 (gst_multifdsink_init), (gst_multifdsink_add),
983 (gst_multifdsink_client_remove),
984 (gst_multifdsink_handle_client_write),
985 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
986 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
987 (gst_multifdsink_init_send):
988 * gst/tcp/gstmultifdsink.h:
989 Added more stats, added timeout for a client, fixed some typos
990 and added some comments.
992 2004-07-20 Wim Taymans <wim@fluendo.com>
994 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
995 (gst_multifdsink_add), (gst_multifdsink_get_stats),
996 (gst_multifdsink_client_remove),
997 (gst_multifdsink_handle_client_write):
998 * gst/tcp/gstmultifdsink.h:
999 * gst/tcp/gsttcp-marshal.list:
1000 Added get_stats method that returns a GValueArray of
1003 2004-07-19 Benjamin Otte <otte@gnome.org>
1005 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
1006 make sure longname, description and author are valid UTF-8
1008 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
1010 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
1011 (gst_ximagesink_set_property):
1012 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
1013 (gst_xvimagesink_set_property):
1014 make sure SYNCHRONOUS is respected after getting the X context
1016 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
1018 * gst/matroska/matroska-demux.c:
1019 (gst_matroska_demux_handle_src_event),
1020 (gst_matroska_demux_parse_blockgroup):
1021 * gst/matroska/matroska-ids.h:
1022 add BlockReference tag and ignore it to clear out log.
1023 ignore NAVIGATION events to clear out log.
1025 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
1027 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
1028 (gst_matroska_demux_add_stream):
1029 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
1030 add debug categories
1032 2004-07-16 Wim Taymans <wim@fluendo.com>
1034 * ext/libpng/Makefile.am:
1035 * ext/libpng/gstpng.c: (plugin_init):
1036 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
1037 (gst_pngdec_get_type), (gst_pngdec_base_init),
1038 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
1039 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
1040 * ext/libpng/gstpngdec.h:
1043 2004-07-16 Julien MOUTTE <julien@moutte.net>
1045 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
1046 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
1047 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
1048 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
1049 (gst_ximagesink_buffer_alloc):
1050 * sys/ximage/ximagesink.h:
1051 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1052 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
1053 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
1054 (gst_xvimagesink_buffer_alloc):
1055 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
1056 again. Using internal data pointer of the x(v)image to store image's
1057 data to be coherent with the buffer alloc mechanism. Investigated the
1058 image destruction code to be sure that everything gets freed correctly.
1060 2004-07-16 Wim Taymans <wim@fluendo.com>
1062 * gst-libs/gst/riff/riff-read.c:
1063 (gst_riff_read_strf_vids_with_data),
1064 (gst_riff_read_strf_auds_with_data):
1065 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1066 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
1067 Make sure we don't create 0 sized subbuffers in riff-read.
1068 Signal the no more pads signal after reading the avi header.
1070 2004-07-16 Wim Taymans <wim@fluendo.com>
1072 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1073 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
1074 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1075 (gst_decode_bin_init), (gst_decode_bin_dispose),
1076 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1077 (no_more_pads), (close_link), (type_found),
1078 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1079 (gst_decode_bin_change_state), (plugin_init):
1080 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1081 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1082 (gst_play_base_bin_dispose), (queue_overrun),
1083 (gen_preroll_element), (remove_prerolls), (unknown_type),
1084 (no_more_pads), (new_stream), (setup_source),
1085 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
1086 (play_base_eos), (gst_play_base_bin_change_state),
1087 (gst_play_base_bin_add_element),
1088 (gst_play_base_bin_remove_element),
1089 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1090 (gst_play_base_bin_unlink_stream),
1091 (gst_play_base_bin_get_streaminfo):
1092 * gst/playback/gstplaybasebin.h:
1093 Better error recovery. Added configurable preroll queue size. Faster
1094 detection of no-more-pads.
1096 2004-07-16 Wim Taymans <wim@fluendo.com>
1098 * gst-libs/gst/video/video.h:
1099 Added 32 bits RGBA. Not sure if we should use another mime-type
1100 for alpha rgb. Currently the presence of the alpha_mask property
1101 signals an alpha channel.
1103 2004-07-16 Wim Taymans <wim@fluendo.com>
1105 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1106 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1107 FPS seems to be 0.0 to MAX everywhere else.
1109 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
1111 * gst-libs/gst/riff/riff-media.c:
1112 (gst_riff_create_video_caps_with_data):
1113 mp42/mp43 (no caps) exist too.
1114 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
1115 Set pixel_width/height; we've got them in-caps.
1116 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1117 * gst/wavparse/gstwavparse.c: (plugin_init):
1118 Both are valid primary.
1119 * sys/oss/gstossmixer.c:
1120 Remove i18n hack and enable translations.
1122 2004-07-15 Benjamin Otte <otte@gnome.org>
1124 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1125 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
1126 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
1128 2004-07-15 Benjamin Otte <otte@gnome.org>
1130 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
1131 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
1132 (gst_alsa_close_audio):
1133 disable some of the debugging code for now. Writing debugging to a
1134 buffer is broken in current alsalib releases.
1136 2004-07-12 Benjamin Otte <otte@gnome.org>
1138 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
1141 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
1143 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
1144 (theora_dec_src_query), (theora_dec_event):
1145 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
1146 add debugging categories. Remove \n's.
1148 2004-07-13 Johan Dahlin <johan@gnome.org>
1150 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
1151 (gst_play_bin_get_property): Impl.
1153 2004-07-13 Wim Taymans <wim@fluendo.com>
1155 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
1156 When trying to find the stream length, seek back N pages
1157 instead of just one, where N is the number of streams in
1160 2004-07-13 Wim Taymans <wim@fluendo.com>
1162 * gst-libs/gst/riff/riff-media.c:
1163 (gst_riff_create_audio_caps_with_data),
1164 (gst_riff_create_audio_caps),
1165 (gst_riff_create_audio_template_caps):
1166 * gst-libs/gst/riff/riff-media.h:
1167 * gst-libs/gst/riff/riff-read.c:
1168 (gst_riff_read_strf_vids_with_data),
1169 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
1170 * gst-libs/gst/riff/riff-read.h:
1171 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1172 (gst_avi_demux_add_stream):
1173 Set codec_data on caps for avidemuxer.
1175 2004-07-12 David Schleef <ds@schleef.org>
1177 * configure.ac: Fix test for Objective C
1179 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
1180 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
1181 (gst_gdk_pixbuf_chain):
1182 Add svg and pcx to template caps, and ensure that getcaps returns a
1183 subset of the template caps.
1184 Copy each row manually for output, as gdkpixbuf may pad the
1185 rowstride to a 32-bit word boundary.
1187 2004-07-12 Wim Taymans <wim@fluendo.com>
1189 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1190 (gst_riff_create_video_template_caps):
1191 Fix the template caps to include some more media types.
1193 2004-07-12 Wim Taymans <wim@fluendo.com>
1195 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1196 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1197 (compare_ranks), (print_feature), (gst_decode_bin_init),
1198 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1199 (try_to_link_1), (new_pad), (close_link), (type_found),
1200 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1201 (gst_decode_bin_change_state), (plugin_init):
1202 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1203 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1204 (gst_play_base_bin_dispose), (queue_overrun),
1205 (gen_preroll_element), (remove_prerolls), (no_more_pads),
1206 (new_stream), (setup_source), (gst_play_base_bin_set_property),
1207 (gst_play_base_bin_get_property), (play_base_eos),
1208 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1209 (gst_play_base_bin_remove_element),
1210 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1211 (gst_play_base_bin_unlink_stream),
1212 (gst_play_base_bin_get_streaminfo):
1213 * gst/playback/gstplaybasebin.h:
1214 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1215 (gst_play_bin_class_init), (gst_play_bin_init),
1216 (gst_play_bin_dispose), (gst_play_bin_set_property),
1217 (gst_play_bin_get_property), (gen_video_element),
1218 (gen_audio_element), (remove_sinks), (setup_sinks),
1219 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
1220 (gst_play_bin_send_event), (gst_play_bin_get_formats),
1221 (gst_play_bin_convert), (gst_play_bin_get_query_types),
1222 (gst_play_bin_query), (plugin_init):
1223 * gst/playback/test4.c: (main):
1224 More fixes on reusing of the element.
1226 2004-07-11 Benjamin Otte <otte@gnome.org>
1228 * ext/mad/gstmad.c: (normal_seek):
1229 allow seeking for other methods than just SET
1231 2004-07-11 Andy Wingo <wingo@pobox.com>
1233 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
1234 float, "any" caps -> buffer_frames=[0,MAX].
1236 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
1237 doesn't intersect our caps with the template any more. Do it
1239 (interleave_buffered_loop): Use g_newa instead of malloc/free.
1241 2004-07-09 Wim Taymans <wim@fluendo.com>
1243 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1244 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1245 (compare_ranks), (print_feature), (gst_decode_bin_init),
1246 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1247 (try_to_link_1), (new_pad), (close_link), (type_found),
1248 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1249 (gst_decode_bin_change_state), (plugin_init):
1250 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1251 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1252 (gst_play_base_bin_dispose), (queue_overrun),
1253 (gen_preroll_element), (remove_prerolls), (no_more_pads),
1254 (new_stream), (setup_source), (gst_play_base_bin_set_property),
1255 (gst_play_base_bin_get_property), (play_base_eos),
1256 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
1257 (gst_play_base_bin_remove_element),
1258 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1259 (gst_play_base_bin_unlink_stream),
1260 (gst_play_base_bin_get_streaminfo):
1261 * gst/playback/gstplaybasebin.h:
1262 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1263 (gst_play_bin_class_init), (gst_play_bin_init),
1264 (gst_play_bin_dispose), (gst_play_bin_set_property),
1265 (gst_play_bin_get_property), (gen_video_element),
1266 (gen_audio_element), (remove_sinks), (setup_sinks),
1267 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
1268 (gst_play_bin_send_event), (gst_play_bin_get_formats),
1269 (gst_play_bin_convert), (gst_play_bin_get_query_types),
1270 (gst_play_bin_query), (plugin_init):
1271 * gst/playback/test4.c: (main):
1272 Work on object reuse and seeking.
1274 2004-07-09 Wim Taymans <wim@fluendo.com>
1276 * examples/seeking/seek.c: (iterate):
1277 Don't consume all CPU in the idle loop.
1279 2004-07-09 Wim Taymans <wim@fluendo.com>
1281 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
1282 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
1283 Add pad to element *after* setting the pad functions so that
1284 the scheduler can use the correct ones.
1286 2004-07-09 Wim Taymans <wim@fluendo.com>
1288 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
1289 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
1290 Sync to keyframe after seek
1292 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1294 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
1295 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
1296 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
1297 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
1298 * ext/libvisual/visual.c: (gst_visual_change_state):
1299 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
1300 * ext/theora/theoradec.c: (theora_dec_change_state):
1301 * ext/theora/theoraenc.c: (theora_enc_change_state):
1302 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1303 * gst-libs/gst/navigation/navigation.c:
1304 * gst/adder/gstadder.c: (gst_adder_change_state):
1305 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
1306 (gst_audio_convert_get_buffer):
1307 * gst/multipart/multipartdemux.c:
1308 (gst_multipart_demux_change_state):
1309 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1310 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1311 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1312 * gst/videoscale/gstvideoscale.c:
1313 (gst_videoscale_handle_src_event):
1314 * gst/volume/gstvolume.c: (volume_chain_int16):
1315 don't assert in state change, this should be done by the base
1317 various debugging fixes.
1319 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1322 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1323 (gst_play_dispose), (gst_play_set_location),
1324 (gst_play_set_data_src), (gst_play_set_video_sink),
1325 (gst_play_set_audio_sink), (gst_play_set_visualization),
1326 (gst_play_connect_visualization), (gst_play_get_sink_element),
1327 (gst_play_get_all_by_interface):
1328 * gst-libs/gst/play/play.h:
1329 add new method to get elements implementing an interface.
1330 add various error logging
1332 2004-07-08 Wim Taymans <wim@fluendo.com>
1334 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
1335 (make_mpeg_pipeline), (make_mpegnt_pipeline),
1336 (make_playerbin_pipeline), (query_durations_elems),
1337 (query_durations_pads), (query_positions_elems),
1338 (query_positions_pads), (update_scale), (iterate), (stop_seek),
1340 Added playbin seeking example.
1342 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1344 * gst-libs/gst/play/play.c: (gst_play_set_location),
1345 (gst_play_set_data_src), (gst_play_set_video_sink),
1346 (gst_play_set_audio_sink), (gst_play_set_visualization),
1347 (gst_play_connect_visualization), (gst_play_get_framerate):
1348 use a macro to look up elements from hash table
1350 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1352 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
1353 (gst_play_get_length_callback), (gst_play_set_location),
1354 (gst_play_seek_to_time), (gst_play_set_data_src),
1355 (gst_play_set_video_sink), (gst_play_set_audio_sink),
1356 (gst_play_set_visualization), (gst_play_connect_visualization),
1357 (gst_play_get_sink_element):
1358 - add debugging info
1359 - fix looking up sink elements by iterating over complete caps
1360 - put everything except for source and autoplugger in a complete bin
1362 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1364 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
1365 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
1366 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
1367 (gst_alsa_sink_write), (gst_alsa_sink_loop):
1368 * ext/alsa/gstalsasink.h:
1369 - add debugging info
1370 - clean up schizophrenia of data/buffer/event
1371 - fix double event unref error
1373 2004-07-08 Wim Taymans <wim@fluendo.com>
1375 * gst/playback/Makefile.am:
1376 Add headers to noinst
1378 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1380 * tools/gst-launch-ext-m.m:
1381 * tools/gst-launch-ext.1.in:
1382 convert to the third millenium
1384 2004-07-07 David Schleef <ds@schleef.org>
1386 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
1388 2004-07-07 Wim Taymans <wim@fluendo.com>
1390 * gst/playback/Makefile.am:
1391 * gst/playback/README:
1392 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1393 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1394 (compare_ranks), (print_feature), (gst_decode_bin_init),
1395 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
1396 (try_to_link_1), (new_pad), (close_link), (type_found),
1397 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
1399 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
1400 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
1401 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
1402 (gen_preroll_element), (no_more_pads), (new_stream),
1403 (setup_source), (gst_play_base_bin_set_property),
1404 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
1405 (gst_play_base_bin_add_element),
1406 (gst_play_base_bin_remove_element),
1407 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
1408 (gst_play_base_bin_unlink_stream),
1409 (gst_play_base_bin_get_streaminfo):
1410 * gst/playback/gstplaybasebin.h:
1411 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1412 (gst_play_bin_class_init), (gst_play_bin_init),
1413 (gst_play_bin_dispose), (gst_play_bin_set_property),
1414 (gst_play_bin_get_property), (gen_video_element),
1415 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
1416 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
1417 (gst_play_bin_get_formats), (gst_play_bin_convert),
1418 (gst_play_bin_get_query_types), (gst_play_bin_query),
1420 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1421 (gst_stream_info_get_type), (gst_stream_info_class_init),
1422 (gst_stream_info_init), (gst_stream_info_new),
1423 (gst_stream_info_dispose), (gst_stream_info_set_property),
1424 (gst_stream_info_get_property):
1425 * gst/playback/gststreaminfo.h:
1426 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1428 * gst/playback/test2.c: (main):
1429 * gst/playback/test3.c: (update_scale), (main):
1430 More playbin fixes. Added README. Do better element filtering.
1431 Added base class to preroll media. Added test apps.
1433 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1435 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
1436 * ext/mpeg2dec/gstmpeg2dec.h:
1437 various debugging improvements. Reset stream to next picture
1438 instead of sequence header, otherwise seeks cannot work.
1440 2004-07-07 Wim Taymans <wim@fluendo.com>
1442 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
1443 (gst_video_box_class_init), (gst_video_box_set_property),
1444 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
1445 Use pad_alloc where possible.
1447 2004-07-07 Wim Taymans <wim@fluendo.com>
1449 * sys/oss/gstosselement.c: (gst_osselement_reset),
1450 (gst_osselement_parse_caps):
1451 * sys/oss/gstosselement.h:
1452 * sys/oss/gstosssrc.c: (gst_osssrc_get):
1453 Fix offset on osssrc.
1455 2004-07-07 Wim Taymans <wim@fluendo.com>
1457 * ext/theora/theora.c: (plugin_init):
1458 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
1459 (theora_dec_src_query), (theora_dec_chain):
1460 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1461 (theora_enc_sink_link), (theora_buffer_from_packet),
1462 (theora_push_packet), (theora_enc_chain):
1463 Fix theora granulepos calculation.
1464 Fix overflow in duration/position calculation.
1465 Bump rank to PRIMARY for theoradec.
1466 Use granulepos of last packet to calculate position.
1467 Set keyframe flag on buffers when needed.
1469 2004-07-06 David Schleef <ds@schleef.org>
1471 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
1472 serious? (Fixed, obviously.)
1474 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
1478 added Czech translation (Miloslav Trmac)
1480 2004-07-05 Wim Taymans <wim@fluendo.com>
1482 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1483 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1484 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
1485 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1486 (close_link), (type_found), (gst_decode_bin_set_property),
1487 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
1488 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
1489 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
1490 (gst_decode_bin_query), (plugin_init):
1491 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1492 (gst_play_bin_class_init), (gst_play_bin_init),
1493 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
1494 (get_video_element), (new_pad), (setup_source),
1495 (gst_play_bin_set_property), (gst_play_bin_get_property),
1496 (gst_play_bin_change_state), (gst_play_bin_add_element),
1497 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
1498 (gst_play_bin_send_event), (gst_play_bin_get_formats),
1499 (gst_play_bin_convert), (gst_play_bin_get_query_types),
1500 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
1501 * gst/playback/test.c: (main):
1502 More fixes, cleaned up playbin, make it use decodebin. Added
1503 threaded property to playbin.
1505 2004-07-05 Wim Taymans <wim@fluendo.com>
1508 * gst/playback/Makefile.am:
1509 * gst/playback/decodetest.c: (main):
1510 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
1511 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
1512 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
1513 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1514 (close_link), (type_found), (gst_decode_bin_set_property),
1515 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
1516 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
1517 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
1518 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
1520 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
1521 (gst_play_bin_class_init), (gst_play_bin_init),
1522 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
1523 (collect_sink_pads), (find_compatibles), (close_pad_link),
1524 (try_to_link_1), (new_pad), (close_link), (type_found),
1525 (setup_source), (gst_play_bin_set_property),
1526 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
1527 (compare_ranks), (gst_play_bin_collect_factories),
1528 (gst_play_bin_change_state), (gst_play_bin_add_element),
1529 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
1530 (gst_play_bin_send_event), (gst_play_bin_get_formats),
1531 (gst_play_bin_convert), (gst_play_bin_get_query_types),
1532 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
1533 * gst/playback/test.c: (main):
1534 Added some playback helper elements and some test apps, very alpha
1537 2004-07-04 Benjamin Otte <otte@gnome.org>
1539 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
1540 only restart audio when we indeed have an xrun to fix repeated
1541 xruns. Fix suggested by Giuliano Pochini.
1543 2004-07-03 David Schleef <ds@schleef.org>
1545 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
1546 call to gst_debug_log() if debugging is disabled (bug #145118)
1548 2004-07-03 Benjamin Otte <otte@gnome.org>
1550 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
1551 use our own functions for restarting the alsa device.
1552 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1553 I should apply patches myself - use MIN for the third argument, not
1554 the second, this fixes seeking
1556 2004-07-02 David Schleef <ds@schleef.org>
1558 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
1559 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
1562 2004-07-02 David Schleef <ds@schleef.org>
1564 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
1565 output buffers. Fix logic mistake. (bug #144866)
1567 2004-07-02 David Schleef <ds@schleef.org>
1569 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
1572 2004-07-02 David Schleef <ds@schleef.org>
1574 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
1575 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
1577 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
1578 (gst_osselement_rate_probe_check): Add another workaround for
1579 buggy drivers (bug #145336)
1581 2004-07-02 David Schleef <ds@schleef.org>
1583 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
1584 Most systems don't have MSG_NOSIGNAL.
1586 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
1589 * gst-libs/gst/colorbalance/Makefile.am:
1590 * gst-libs/gst/mixer/Makefile.am:
1591 * gst-libs/gst/play/Makefile.am:
1592 * gst-libs/gst/tuner/Makefile.am:
1593 (hopefully) fix both install and dist and make error message useful.
1594 needs testing across automakes.
1596 2004-07-02 Benjamin Otte <otte@gnome.org>
1598 * ext/ogg/gstogg.c: (plugin_init):
1599 we require bytestream now
1600 * ext/ogg/gstoggdemux.c:
1601 huge diff to implement chain setup in a fast and generic way. This
1602 improves tag reading and startup of huge files (read: Theora videos)
1603 quite a bit. It probably contains bugs, too, so please test.
1604 Seeking is not improved to the fast method.
1606 2004-06-29 Wim Taymans <wim@fluendo.com>
1608 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1609 * ext/ogg/gstoggmux.c:
1610 Fix memleak in oggdemux when running unconnected pads.
1611 doc update in mux, start working on keyframe mode.
1613 2004-06-29 Benjamin Otte <otte@gnome.org>
1615 * sys/oss/gstosssink.c:
1616 * sys/oss/gstosssrc.c:
1617 advertise correct template caps - we indeed do non-native endianness
1618 and 8bit audio has no endianness
1619 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
1620 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
1621 avoid (wrong) duplications in getcaps function and return
1624 2004-06-29 Wim Taymans <wim@fluendo.com>
1626 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1627 (gst_multifdsink_class_init), (gst_multifdsink_add),
1628 (gst_multifdsink_remove), (gst_multifdsink_clear),
1629 (gst_multifdsink_client_remove),
1630 (gst_multifdsink_handle_client_read),
1631 (gst_multifdsink_client_queue_data),
1632 (gst_multifdsink_client_queue_caps),
1633 (gst_multifdsink_client_queue_buffer),
1634 (gst_multifdsink_handle_client_write),
1635 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1636 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
1637 (gst_multifdsink_init_send), (gst_multifdsink_close):
1638 Fix wrong GList iteration that could crash the server when
1639 more then 2 clients disconnect at the same time. Read all the
1640 pending commands in one batch to recover from command storms under
1643 2004-06-28 Wim Taymans <wim@fluendo.com>
1645 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
1646 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
1647 (gst_videomixer_pad_set_property),
1648 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
1649 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
1650 (gst_videomixer_class_init), (gst_videomixer_init),
1651 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
1652 (pad_zorder_compare), (gst_videomixer_sort_pads),
1653 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
1654 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
1655 (gst_videomixer_update_queues), (gst_videomixer_loop),
1657 Avoid divide by zero, choose masterpad as the pad with the highest
1660 2004-06-27 Julien Moutte <julien@moutte.net>
1662 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
1663 (gst_ximagesink_xwindow_new):
1664 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1665 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
1666 function directly. We might want to call it from somewhere else one day.
1668 2004-06-27 Julien Moutte <julien@moutte.net>
1670 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
1671 (gst_ximagesink_xwindow_new):
1672 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
1673 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
1676 2004-06-27 Wim Taymans <wim@fluendo.com>
1678 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
1679 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
1680 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
1681 (gst_dvdec_set_property), (gst_dvdec_get_property):
1682 * ext/dv/gstdvdec.h:
1683 Implement drop_factor property to lower the framerate with
1686 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
1688 * gst-libs/gst/colorbalance/Makefile.am:
1689 * gst-libs/gst/mixer/Makefile.am:
1690 * gst-libs/gst/play/Makefile.am:
1691 * gst-libs/gst/tuner/Makefile.am:
1692 unbreak Company's fix that didn't install the -enum.h files
1694 2004-06-27 Wim Taymans <wim@fluendo.com>
1696 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
1697 (gst_dvdec_change_state):
1698 * ext/dv/gstdvdec.h:
1699 Fix timestamp, duration and offset of the buffers.
1701 2004-06-27 Wim Taymans <wim@fluendo.com>
1703 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1704 (gst_multifdsink_class_init), (gst_multifdsink_add),
1705 (gst_multifdsink_remove), (gst_multifdsink_clear),
1706 (gst_multifdsink_client_remove),
1707 (gst_multifdsink_handle_client_read),
1708 (gst_multifdsink_client_queue_data),
1709 (gst_multifdsink_client_queue_caps),
1710 (gst_multifdsink_client_queue_buffer),
1711 (gst_multifdsink_handle_client_write),
1712 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1713 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
1714 (gst_multifdsink_init_send), (gst_multifdsink_close):
1715 * gst/tcp/gstmultifdsink.h:
1716 * gst/tcp/gsttcpserversink.c:
1717 (gst_tcpserversink_handle_server_read),
1718 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
1719 More multifdsink fixes, more recovery policy fixes.
1720 Removed stupid g_print
1722 2004-06-26 Wim Taymans <wim@fluendo.com>
1724 * gst/tcp/Makefile.am:
1725 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1726 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
1727 (gst_multifdsink_class_init), (gst_multifdsink_init),
1728 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
1729 (gst_multifdsink_handle_client_read),
1730 (gst_multifdsink_client_queue_data),
1731 (gst_multifdsink_client_queue_caps),
1732 (gst_multifdsink_client_queue_buffer),
1733 (gst_multifdsink_handle_client_write),
1734 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1735 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
1736 (gst_multifdsink_chain), (gst_multifdsink_set_property),
1737 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
1738 (gst_multifdsink_close), (gst_multifdsink_change_state):
1739 * gst/tcp/gstmultifdsink.h:
1740 * gst/tcp/gsttcpplugin.c: (plugin_init):
1741 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
1742 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
1743 (gst_tcpserversink_handle_server_read),
1744 (gst_tcpserversink_handle_select),
1745 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
1746 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
1747 * gst/tcp/gsttcpserversink.h:
1748 Added multifdsink, made tcpserversink a subclass of fdsink, removed
1749 one of the locks, added recovery policy to multifdsink.
1751 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
1753 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
1754 fix decision for when getting frames with same timestamp
1755 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
1756 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
1757 (gst_v4lsrc_get_property):
1758 * sys/v4l/gstv4lsrc.h:
1759 add latency offset property
1761 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
1763 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
1765 fix debugging. add category.
1767 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
1769 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
1772 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
1774 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
1775 (gst_alsa_src_get_time), (gst_alsa_src_loop),
1776 (gst_alsa_src_change_state):
1777 return a time that is in sync with the element's processing
1779 2004-06-25 Wim Taymans <wim@fluendo.com>
1781 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1782 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
1783 (gst_tcpserversink_client_remove),
1784 (gst_tcpserversink_handle_client_read),
1785 (gst_tcpserversink_client_queue_data),
1786 (gst_tcpserversink_client_queue_caps),
1787 (gst_tcpserversink_client_queue_buffer),
1788 (gst_tcpserversink_handle_client_write),
1789 (gst_tcpserversink_queue_buffer),
1790 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
1791 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
1792 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
1793 (gst_tcpserversink_close):
1794 * gst/tcp/gsttcpserversink.h:
1795 Serversink rewrite. Really do non blocking writes to clients and
1796 maintain an internal queue to handle slower clients while not
1797 disturbing fast clients.
1799 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
1801 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
1802 better debug, don't override OFFSET and OFFSET_END
1804 2004-06-25 Iain <iain@prettypeople.org>
1806 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
1807 name=source for the wavparse pipeline.
1809 2004-06-24 Johan Dahlin <johan@gnome.org>
1811 * ext/theora/theoraenc.c (theora_enc_chain): Call
1812 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
1813 streamheader caps are set correctly.
1815 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
1817 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
1818 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
1819 respect minimum bitrate; same could be done for max bitrate
1821 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
1823 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
1824 (gst_vorbisenc_setup):
1825 fix sample rate range
1827 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
1829 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
1830 (gst_oggvorbisenc_setup):
1831 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
1832 (gst_vorbisenc_setup):
1833 resolve ambiguities in code and description
1835 2004-06-24 Wim Taymans <wim@fluendo.com>
1837 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
1838 * ext/alsa/gstalsa.h:
1839 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
1840 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
1841 Use alsa trigger_tstamp to get the timestamp of the first
1842 sample in the buffer for more precise sync. Some cleanups.
1844 2004-06-24 Wim Taymans <wim@fluendo.com>
1846 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
1847 (gst_audiorate_init), (gst_audiorate_chain),
1848 (gst_audiorate_set_property), (gst_audiorate_get_property):
1849 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
1850 (gst_videorate_chain):
1851 Added some logging, fixed an overflow bug in videorate.
1853 2004-06-24 Benjamin Otte <otte@gnome.org>
1855 * ext/kio/Makefile.am:
1856 fix for builddir != srcdir and distcheck
1858 2004-06-24 Benjamin Otte <otte@gnome.org>
1860 * gst-libs/gst/colorbalance/Makefile.am:
1861 * gst-libs/gst/mixer/Makefile.am:
1862 * gst-libs/gst/play/Makefile.am:
1863 * gst-libs/gst/tuner/Makefile.am:
1864 * gst/tcp/Makefile.am:
1865 * sys/dxr3/Makefile.am:
1866 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
1868 Also add all *.list files that were missing.
1870 add a distcheck hook to ensure the above doesn't happen again.
1872 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
1874 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
1876 2004-06-23 Colin Walters <walters@redhat.com>
1878 * m4/Makefile.am: Distribute gst-fionread.m4.
1880 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
1882 * configure.ac: back to dev
1884 2004-06-23 Wim Taymans <wim@fluendo.com>
1886 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
1887 (gst_alsa_xrun_recovery):
1888 * ext/alsa/gstalsa.h:
1889 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
1890 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
1891 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
1892 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
1893 (gst_alsa_src_loop):
1894 Add clock to alsasrc. Take new capture timestamp when
1895 restarting after an overrun. Split up some functions between
1896 alsasrc and alsasink.
1898 === release 0.8.2 ===
1900 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
1902 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
1903 (gst_alsa_change_state), (gst_alsa_update_avail),
1904 (gst_alsa_xrun_recovery):
1905 * ext/alsa/gstalsa.h:
1906 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1907 merge back changes from release
1909 2004-06-23 Wim Taymans <wim@fluendo.com>
1911 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
1912 (gst_audiorate_init), (gst_audiorate_chain),
1913 (gst_audiorate_set_property), (gst_audiorate_get_property):
1914 Implement sample dropping and notify
1916 2004-06-22 Wim Taymans <wim@fluendo.com>
1918 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1919 (theora_enc_sink_link), (theora_buffer_from_packet),
1920 (theora_push_packet), (theora_enc_chain):
1921 Some cleanups, make sure the timestamps are correct.
1923 2004-06-22 Wim Taymans <wim@fluendo.com>
1925 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
1926 (gst_alsa_change_state), (gst_alsa_update_avail),
1927 (gst_alsa_xrun_recovery):
1928 * ext/alsa/gstalsa.h:
1929 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
1930 Cleanups, take queued samples into account when reporting
1933 2004-06-22 Wim Taymans <wim@fluendo.com>
1935 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
1936 (gst_videorate_init):
1937 Initialize the property as well.
1939 2004-06-22 Wim Taymans <wim@fluendo.com>
1941 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
1942 (gst_videorate_init), (gst_videorate_chain),
1943 (gst_videorate_set_property), (gst_videorate_get_property):
1944 Add property to make videorate silent.
1945 Add property to prefer new frames over old ones.
1947 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
1949 * sys/osxvideo/Makefile.am:
1950 Workaround so that the osxvideo .so file gets linked with the
1951 Cocoa, OpenGL and QuickTime frameworks
1953 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
1955 * sys/osxaudio/Makefile.am:
1956 Workaround so that the osxaudio .so file gets linked with the
1959 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
1962 Whoops, my fault...fixed build issues
1964 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
1967 Add objective-c support if running in Darwin/Mac OS X
1970 * sys/osxvideo/Makefile.am:
1971 * sys/osxvideo/osxvideosink.h:
1972 * sys/osxvideo/osxvideosink.m:
1973 * sys/osxvideo/cocoawindow.h:
1974 * sys/osxvideo/cocoawindow.m:
1975 Add osxvideosink, a cocoa-based osx video sink
1978 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
1979 * ext/dvdnav/gst-dvd:
1980 Grab the gconf key from the right spot
1981 * gst/debug/gstnavseek.c: (gst_navseek_init),
1982 (gst_navseek_segseek), (gst_navseek_handle_src_event),
1983 (gst_navseek_chain):
1984 * gst/debug/gstnavseek.h:
1985 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
1986 and loop parameters of a segment seek.
1987 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
1988 (gst_videotestsrc_get_event_masks),
1989 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
1990 * gst/videotestsrc/gstvideotestsrc.h:
1991 Add seeking support to videotestsrc
1992 Initialise the timestamp_offset variable.
1994 2004-06-18 Wim Taymans <wim@fluendo.com>
1996 * ext/sidplay/gstsiddec.cc:
1997 Fix negotiation and set correct end offset.
1999 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
2001 * configure.ac: branch and prerelease
2003 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
2005 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
2006 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
2007 (gst_tcpclientsrc_init_receive):
2008 * gst/tcp/gsttcpclientsrc.h:
2009 read caps when connecting to server for GDP so we set them correctly
2011 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
2013 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2014 notify drops and duplicates
2015 * gst/videoscale/videoscale.c: (videoscale_get_structure):
2016 no good reason to limit ourselves to 100x100
2018 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
2020 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
2021 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
2022 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2023 (gst_v4lsrc_get_property):
2024 * sys/v4l/gstv4lsrc.h:
2025 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2026 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
2027 (gst_v4l_set_audio):
2028 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
2029 (gst_v4lsrc_try_capture):
2030 * sys/v4l/v4lsrc_calls.h:
2031 change try_palette to more general try_capture
2032 add autoprobe option so we can turn off autoprobing
2035 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
2039 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
2040 (gst_ximagesink_class_init):
2041 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
2042 (gst_xvimagesink_class_init):
2043 run them as finalize, not dispose, since dispose can be invoked
2046 2004-06-17 Wim Taymans <wim@fluendo.com>
2048 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
2049 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
2050 * ext/alsa/gstalsa.h:
2051 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
2052 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
2053 (gst_alsa_src_change_state):
2054 * ext/alsa/gstalsasrc.h:
2055 Make the xrun code timestamp and offset the buffers correctly.
2056 moved the clock to the base class, use alsa methods to get time.
2057 Do correct timestamping on outgoing buffers.
2059 2004-06-17 Wim Taymans <wim@fluendo.com>
2061 * gst/audiorate/Makefile.am:
2062 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
2063 (gst_audiorate_base_init), (gst_audiorate_class_init),
2064 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
2065 (gst_audiorate_set_property), (gst_audiorate_get_property),
2066 (gst_audiorate_change_state), (plugin_init):
2067 Added an audiorate converter that fills in gaps.
2069 2004-06-17 Johan Dahlin <johan@gnome.org>
2071 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
2073 2004-06-16 Wim Taymans <wim@fluendo.com>
2075 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
2076 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
2077 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
2078 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2079 (gst_v4lsrc_get_property):
2080 * sys/v4l/gstv4lsrc.h:
2081 Added a copy mode to v4lsrc where it will output a copied version
2082 of its internal hardware buffer.
2083 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
2086 2004-06-16 Wim Taymans <wim@fluendo.com>
2088 * sys/oss/gstosssrc.c: (gst_osssrc_get):
2091 2004-06-16 Wim Taymans <wim@fluendo.com>
2093 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
2094 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
2095 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
2096 (gst_v4lsrc_get_property):
2097 * sys/v4l/gstv4lsrc.h:
2098 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2099 Added a sync mode enum property to control v4lsrc timestamp method
2100 Removed the use-fixed-fps property and moved functionality in
2102 Don't error on an error value from v4l-conf, it might not always
2105 2004-06-16 Wim Taymans <wim@fluendo.com>
2107 * gst/videorate/Makefile.am:
2108 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
2109 (gst_videorate_base_init), (gst_videorate_class_init),
2110 (gst_videorate_getcaps), (gst_videorate_link),
2111 (gst_videorate_init), (gst_videorate_chain),
2112 (gst_videorate_set_property), (gst_videorate_get_property),
2113 (gst_videorate_change_state), (plugin_init):
2114 Added a video timestamp corrector.
2116 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
2118 fixed a potential leak with previous commit
2120 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
2122 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
2124 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
2125 Added missing refcount, fixes bug #144425
2126 Cheers Tim for finding the bug
2128 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
2130 * sys/v4l/gstv4l.c: (plugin_init):
2131 * sys/v4l/gstv4lcolorbalance.c:
2132 * sys/v4l/gstv4lcolorbalance.h:
2133 * sys/v4l/gstv4lelement.c:
2134 * sys/v4l/gstv4lelement.h:
2135 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
2136 * sys/v4l/gstv4lmjpegsink.h:
2137 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
2138 * sys/v4l/gstv4lmjpegsrc.h:
2139 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
2140 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
2141 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
2142 * sys/v4l/gstv4lsrc.h:
2143 * sys/v4l/gstv4ltuner.c:
2144 * sys/v4l/gstv4ltuner.h:
2145 * sys/v4l/gstv4lxoverlay.c:
2146 * sys/v4l/gstv4lxoverlay.h:
2147 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
2148 (gst_v4l_set_window), (gst_v4l_enable_overlay):
2149 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2150 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
2151 (gst_v4l_set_audio):
2152 * sys/v4l/v4l_calls.h:
2153 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
2154 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
2155 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
2156 (gst_v4lmjpegsink_playback_init),
2157 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
2158 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
2159 (gst_v4lmjpegsink_playback_stop),
2160 (gst_v4lmjpegsink_playback_deinit):
2161 * sys/v4l/v4lmjpegsink_calls.h:
2162 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
2163 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
2164 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
2165 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
2166 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
2167 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
2168 * sys/v4l/v4lmjpegsrc_calls.h:
2169 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
2170 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
2171 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
2172 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
2173 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
2174 (gst_v4lsrc_try_palette):
2175 * sys/v4l/v4lsrc_calls.h:
2176 bunch of paranoia cleanups
2178 2004-06-14 David Schleef <ds@schleef.org>
2180 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
2181 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
2182 Send discont events and change timestamps appropriately when
2183 we get a seek event. (bug #144240)
2184 * ext/cdparanoia/gstcdparanoia.h:
2186 2004-06-14 Benjamin Otte <otte@gnome.org>
2188 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
2189 snd_pcm_hw_params_set_rate since the latter fails for no good
2190 reason on some setups.
2192 2004-06-14 David Schleef <ds@schleef.org>
2194 * gst/volume/demo.c: (value_changed_callback): exp10() is not
2195 standard. Thank you for playing.
2197 2004-06-14 Wim Taymans <wim@fluendo.com>
2199 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2200 Patch 1.3 broke the ordering of the colorspace info and
2201 made the plugin basically work by coincidence, reordered
2204 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
2206 * ext/lame/gstlame.c:
2208 sync caps. Make sure mad can only output a list of rates, not
2209 a full range. In the future, have three caps lists for each of the
2210 mpeg versions. Change mpegversion to a double as well.
2212 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
2214 * gst/volume/.cvsignore:
2215 * gst/volume/Makefile.am:
2216 * gst/volume/demo.c: (value_changed_callback), (idler),
2217 (setup_gui), (main):
2218 added small demo app
2220 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
2221 * ext/esd/esdsink.c: (gst_esdsink_change_state):
2222 * ext/esd/esdsink.h:
2223 Close the esd connection on pause, because esd will just wait -
2224 blocking all other esd clients indefinitely.
2226 2004-06-12 Christophe Fergeau <teuf@gnome.org>
2228 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
2229 previous commit with GST_DEBUG
2231 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
2234 add a header check for a dvdread header in dvdnav. Fixes #133002
2236 2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
2238 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
2239 * gst/tcp/gsttcpclientsink.h:
2240 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
2241 * gst/tcp/gsttcpclientsrc.h:
2242 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
2243 (gst_tcpserversink_handle_server_read),
2244 (gst_tcpserversink_init_send):
2245 * gst/tcp/gsttcpserversink.h:
2246 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
2247 * gst/tcp/gsttcpserversrc.h:
2248 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
2251 2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
2254 Added ogg library so that OSX detects libtheora properly
2256 2004-06-11 Wim Taymans <wim@fluendo.com>
2258 * ext/theora/theoradec.c: (theora_dec_chain),
2259 (theora_dec_change_state):
2260 Don't try to decode frames before we received a keyframe.
2262 2004-06-11 Wim Taymans <wim@fluendo.com>
2264 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2265 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
2266 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2267 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
2268 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
2269 Added property to set the maximum delay of a page.
2271 2004-06-10 Wim Taymans <wim@fluendo.com>
2273 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
2274 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
2275 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2276 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
2277 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
2278 Added max-delay property to control the maximum amount
2279 of data to put in one page.
2281 2004-06-10 Wim Taymans <wim@fluendo.com>
2283 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2284 (gst_theora_enc_init), (theora_enc_sink_link),
2285 (theora_buffer_from_packet), (theora_enc_set_property),
2286 (theora_enc_get_property):
2287 Set duration on encoded buffer, added some more properties
2289 2004-06-10 Wim Taymans <wim@fluendo.com>
2291 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2292 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2293 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2294 * ext/theora/theoraenc.c: (theora_enc_chain):
2295 Fix refcounting bugs
2297 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
2299 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
2300 (gst_asf_demux_loop), (gst_asf_demux_process_file),
2301 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
2302 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
2303 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
2304 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
2305 (gst_asf_demux_change_state):
2306 * gst/asfdemux/gstasfdemux.h:
2307 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
2308 feels like. I think we should set a new requirement for demuxers
2309 from now on to implement sane loop functions, data loops, query
2310 and seek functions before first commit into CVS. And this commit
2311 fixes all of the above.
2313 2004-06-10 Christophe Fergeau <teuf@gnome.org>
2315 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
2316 vorbis comments are properly encoded in UTF-8 before adding them
2319 2004-06-09 Benjamin Otte <otte@gnome.org>
2321 * ext/alsa/gstalsa.c: (add_channels):
2322 handle min <= max correctly
2323 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
2324 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
2325 add fixation functions so we fixate correctly. No preferring of alaw
2326 anymore because it's the first structure.
2327 * ext/alsa/gstalsa.h:
2328 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
2329 (gst_alsa_hw_params_dump):
2330 add functions to ease debugging in alsalib
2331 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
2332 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
2333 (gst_alsa_start_audio):
2334 only specify hw params if we really setup a format (fixes #134007 -
2335 or at least works around it)
2337 2004-06-09 Wim Taymans <wim@fluendo.com>
2339 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2340 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
2341 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
2342 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
2344 Use stream caps to setup the initial pages in the ogg stream.
2345 Correctly set the streamheader caps on the srcpad.
2347 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
2349 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
2350 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
2351 (gst_v4lsrc_getcaps):
2352 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
2353 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
2354 add querying of fps lists for webcams. Negotiating to a framerate
2357 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2359 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2360 (theora_push_buffer), (theora_push_packet),
2361 (theora_set_header_on_caps), (theora_enc_chain):
2362 mark buffers and put on streamheader, raw theora streaming
2365 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2367 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
2368 (gst_tcp_gdp_read_caps):
2369 do a looping read for caps and GDP headers too
2371 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2373 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2374 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
2375 return EOS instead of NULL in _get
2377 2004-06-08 Wim Taymans <wim@fluendo.com>
2379 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
2380 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
2381 (gst_tcp_gdp_write_caps):
2382 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2383 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
2384 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
2387 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2389 * ext/vorbis/Makefile.am:
2390 * ext/vorbis/vorbis.c: (plugin_init):
2391 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
2392 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
2393 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
2394 (vorbis_parse_change_state):
2395 * ext/vorbis/vorbisparse.h:
2396 adding a vorbisparse element that marks the buffers, streaming
2397 raw vorbis using GDP now works, whee
2399 2004-06-08 Wim Taymans <wim@fluendo.com>
2401 * ext/jpeg/Makefile.am:
2403 * ext/jpeg/gstjpeg.c: (plugin_init):
2404 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
2405 (gst_smokedec_base_init), (gst_smokedec_class_init),
2406 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
2407 * ext/jpeg/gstsmokedec.h:
2408 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
2409 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
2410 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
2411 (gst_smokeenc_resync), (gst_smokeenc_chain),
2412 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
2413 * ext/jpeg/gstsmokeenc.h:
2414 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
2415 (smokecodec_flush_destination), (smokecodec_term_destination),
2416 (smokecodec_init_source), (smokecodec_fill_input_buffer),
2417 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
2418 (smokecodec_term_source), (smokecodec_encode_new),
2419 (smokecodec_decode_new), (smokecodec_info_free),
2420 (smokecodec_set_quality), (smokecodec_get_quality),
2421 (smokecodec_set_threshold), (smokecodec_get_threshold),
2422 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
2423 (find_best_size), (abs_diff), (put), (smokecodec_encode),
2424 (smokecodec_parse_header), (smokecodec_decode):
2425 * ext/jpeg/smokecodec.h:
2426 Added a new simple jpeg based codec
2428 2004-06-08 Wim Taymans <wim@fluendo.com>
2430 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2431 (gst_multipart_mux_loop):
2434 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2436 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
2437 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
2438 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
2439 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
2440 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
2441 * gst/tcp/gsttcpserversink.h:
2442 take streamheader into account
2444 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2446 * gst/level/Makefile.am:
2447 * gst/level/gstlevel.c: (gst_level_class_init):
2448 clean up marshal generation
2450 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
2452 * gst/tcp/Makefile.am:
2453 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
2454 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
2455 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
2456 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
2457 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
2458 (gst_tcpclientsrc_get_property):
2459 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2460 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2461 (gst_tcpserversink_handle_client_read),
2462 (gst_tcpserversink_handle_client_write),
2463 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
2464 * gst/tcp/gsttcpserversink.h:
2465 add signals client-added and client-removed
2466 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
2467 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
2468 (gst_tcpserversrc_get_property):
2469 uniformized, change default protocol to NONE
2470 * gst/tcp/gsttcp-marshal.list: added
2471 2004-06-07 Benjamin Otte <otte@gnome.org>
2473 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2474 handle discont events if they happen before caps nego
2476 2004-06-07 Wim Taymans <wim@fluendo.com>
2478 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
2479 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
2480 (gst_multipart_demux_plugin_init):
2481 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2482 (gst_multipart_mux_init), (gst_multipart_mux_loop),
2483 (gst_multipart_mux_change_state):
2484 Small updates, fix a memleak
2486 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2488 * configure.ac: OSS portability
2489 * ext/arts/gst_arts.c: idem
2490 * sys/oss/gstosselement.c: idem
2491 * sys/oss/gstossmixer.c: idem
2492 * sys/oss/gstosssink.c: idem
2493 * sys/oss/gstosssrc.c: idem
2494 * sys/oss/oss_probe.c: idem
2495 - check for soundcard.h in different places for some BSD
2497 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
2500 Add me to the authors file
2502 Increase the libdv requirement to >= version 0.100
2503 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
2504 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
2505 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
2506 * ext/dv/gstdvdec.h:
2507 Add support for the new_media flag when sending DISCONT events
2508 Make the querying work when video pad is not linked
2510 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
2512 reviewed by Benjamin Otte <otte@gnome.org>
2514 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
2515 create a NULL-initialized array of pads, so we don't think they
2516 exist already. (fixes #143130)
2518 2004-06-07 Benjamin Otte <otte@gnome.org>
2520 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
2521 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
2522 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
2523 don't use // coments
2525 2004-06-07 Benjamin Otte <otte@gnome.org>
2527 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
2528 cast to GstClockTime to get higher granularity
2529 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
2530 use gst_element_set_time_delay to get the exact time
2531 * ext/mad/gstmad.c: (gst_mad_chain):
2532 use the negotiated rate instead of the current frame's rate which
2533 might be wrong because of bit errors. This avoids emitting totally
2534 bogus timestamps and screwing sync.
2537 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
2539 reviewed by Benjamin Otte <otte@gnome.org>
2541 * gst/adder/gstadder.c: (gst_adder_loop):
2542 properly error out when no negotiation has happened yet. (fixes
2545 2004-06-06 Benjamin Otte <otte@gnome.org>
2547 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
2548 forward correctly transformed offset in discont events. Based on
2549 patch by Arwed v. Merkatz. (fixes #142851)
2551 2004-06-06 David Schleef <ds@schleef.org>
2553 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
2554 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
2555 problems on several systems.
2557 2004-06-06 Benjamin Otte <otte@gnome.org>
2559 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2560 use explicit caps on the srcpad
2561 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2562 properly error out if caps couldn't be set (fixes #142764)
2564 2004-06-06 Benjamin Otte <otte@gnome.org>
2566 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
2567 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
2568 (gst_alsa_start_audio):
2569 - don't call set_periods_integer anymore, it breaks the
2570 configuration randomly
2571 - call snd_pcm_hw_params_set_access directly instead of using masks
2572 - don't fail if the sw_params can't be set, just use the default
2573 params and hope it works. Alsalib has weird issues when you touch
2574 sw_params and does no proper error reporting about what failed.
2575 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
2576 (gst_alsa_close_audio):
2577 make our alsa debugging go via gst debugging and not conditionally
2579 * ext/alsa/gstalsa.h:
2580 add ALSA_DEBUG_FLUSH macro
2581 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
2583 wrap alsa errors to be printed via the gst debugging system and not
2586 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
2588 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
2589 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
2590 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
2591 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
2592 (qtdemux_parse_trak):
2593 * gst/qtdemux/qtdemux.h:
2594 Bitch. Also known as seeking, querying & co.
2595 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
2596 (gst_osssink_change_state):
2597 * sys/oss/gstosssink.h:
2598 Resyncing is for weenies, this hack is no longer needed and was
2599 broken anyway (since it - unintendedly - always leaves resync to
2602 2004-06-05 Andrew Turner <zxombie@hotpop.com>
2604 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
2605 * gst/tcp/gsttcpclientsrc.h: idem
2606 - define MSG_NOSIGNAL if not done
2607 - include unistd.h for off_t
2610 2004-06-05 Benjamin Otte <otte@gnome.org>
2613 * ext/kio/Makefile.am:
2614 check for qt's moc preprocessor explicitly and use it
2616 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2618 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2619 don't get a signal for EPIPE on socket writes
2620 (somebody check if this works on other platforms)
2622 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
2624 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
2625 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
2626 check error condition on available samples correctly
2628 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
2630 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
2632 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2633 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
2634 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
2635 (gst_tcpserversrc_gdp_read_header):
2636 use ssize_t over size_t since the former is signed and thus the
2637 check for error codes can work
2639 2004-06-02 Wim Taymans <wim@fluendo.com>
2643 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2644 (gst_multipart_mux_loop):
2647 2004-06-02 Wim Taymans <wim@fluendo.com>
2649 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
2650 (gst_multipart_mux_init), (gst_multipart_mux_loop),
2651 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
2652 (gst_multipart_mux_change_state):
2653 Added configurable boundary specifier, added the value as a
2656 2004-06-02 Zaheer Abbas Merali <zaheerabbas@merali.org>
2659 * gst/tcp/gsttcpclientsrc.c:
2660 * gst/tcp/gsttcpclientsrc.h:
2661 * gst/tcp/gsttcpserversrc.c:
2662 - portability fix, to compile on OSX
2665 * sys/osxaudio/gstosxaudioelement.c:
2666 * sys/osxaudio/gstosxaudiosink.c:
2667 * sys/osxaudio/gstosxaudiosrc.c:
2668 - compilation warnings on OSX
2671 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2673 * ext/vorbis/vorbisdec.c : sign warning fixes
2675 * gst-libs/gst/mixer/mixertrack.c :
2676 do no use defines which are glib 2.4 specific
2678 2004-06-01 Christophe Fergeau <teuf@gnome.org>
2680 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
2681 buffer since libflac doesn't expect it (reports a sync error when
2685 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
2687 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
2688 * gst-libs/gst/mixer/mixertrack.c:
2689 (gst_mixer_track_get_property), (get_mixer_track_init),
2690 (get_mixer_track_get_property): Added property accessors
2691 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
2692 * gst-libs/gst/mixer/mixeroptions.c:
2693 (gst_mixer_options_get_values): Added
2694 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
2695 * gst-libs/gst/mixer/mixer.c: Fixed comment
2698 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2700 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
2701 improve error messages on open
2704 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
2706 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
2707 check if v4l-conf is in path
2709 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
2711 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
2712 change assert to a more readable error message
2714 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2716 * gst-libs/gst/tuner/tunerchannel.h:
2717 - add a freq_multiplicator field to make the conversion
2718 between internal frequency unit and Hz
2719 * sys/v4l/gstv4lelement.c:
2720 * sys/v4l2/gstv4l2element.c:
2721 - change default video device to /dev/video0
2722 * sys/v4l/v4l_calls.c:
2723 * sys/v4l2/v4l2_calls.c:
2724 - we only expose frequency to the user in Hz instead of
2725 bastard v4lX unit (either 62.5kHz or 62.5Hz)
2727 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
2728 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2729 Initialise b_o_s and e_o_s variables
2730 * gst-libs/gst/riff/riff-media.c:
2731 (gst_riff_create_video_caps_with_data):
2732 Add some unusual fourcc's from mplayer avi's
2733 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
2734 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
2737 2004-05-28 Wim Taymans <wim@fluendo.com>
2740 * gst/alpha/Makefile.am:
2741 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
2742 (gst_alpha_get_type), (gst_alpha_base_init),
2743 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
2744 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
2745 (gst_alpha_chroma_key), (gst_alpha_chain),
2746 (gst_alpha_change_state), (plugin_init):
2747 A plugin to add an alpha channel to I420 video. Can optionally do
2749 * gst/multipart/Makefile.am:
2750 * gst/multipart/multipart.c: (plugin_init):
2751 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
2752 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
2753 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
2754 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
2755 (gst_multipart_demux_change_state),
2756 (gst_multipart_demux_plugin_init):
2757 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
2758 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
2759 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
2760 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
2761 (gst_multipart_mux_pad_unlink),
2762 (gst_multipart_mux_request_new_pad),
2763 (gst_multipart_mux_handle_src_event),
2764 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
2765 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
2766 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
2767 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
2768 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
2769 send multipart jpeg images to a browser.
2770 * gst/videobox/Makefile.am:
2771 * gst/videobox/README:
2772 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
2773 (gst_video_box_get_type), (gst_video_box_base_init),
2774 (gst_video_box_class_init), (gst_video_box_init),
2775 (gst_video_box_set_property), (gst_video_box_get_property),
2776 (gst_video_box_sink_link), (gst_video_box_i420),
2777 (gst_video_box_ayuv), (gst_video_box_chain),
2778 (gst_video_box_change_state), (plugin_init):
2779 Crops or adds borders around an image. can do alpha channel
2781 * gst/videomixer/Makefile.am:
2782 * gst/videomixer/README:
2783 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
2784 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
2785 (gst_videomixer_pad_get_sink_event_masks),
2786 (gst_videomixer_pad_get_property),
2787 (gst_videomixer_pad_set_property),
2788 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
2789 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
2790 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
2791 (gst_videomixer_base_init), (gst_videomixer_class_init),
2792 (gst_videomixer_init), (gst_videomixer_request_new_pad),
2793 (gst_videomixer_handle_src_event),
2794 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
2795 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
2796 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
2797 (gst_videomixer_loop), (gst_videomixer_get_property),
2798 (gst_videomixer_set_property), (gst_videomixer_change_state),
2800 Generic video mixer plugin, can handle multiple inputs all with
2801 different framerates and video sizes. Is fully alpha channel
2804 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
2806 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
2807 Select first track as master track. Not sure how else to handle
2809 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
2810 Discard discont events. Should fix #142962.
2812 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
2814 * ext/alsa/Makefile.am:
2815 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
2816 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
2817 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2818 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
2819 (gst_alsa_mixer_get_option):
2820 * ext/alsa/gstalsamixer.h:
2821 * ext/alsa/gstalsamixeroptions.c:
2822 (gst_alsa_mixer_options_get_type),
2823 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
2824 (gst_alsa_mixer_options_new):
2825 * ext/alsa/gstalsamixeroptions.h:
2826 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2827 * ext/alsa/gstalsamixertrack.h:
2828 Add enumerations (as GstMixerOptions). Make correct distinction
2829 between input/output tracks. Add capture/playback private flag.
2830 Use flag to decide on whether to set capture or playback volumes
2831 or switches. Use playback and record switches.
2832 * gst-libs/gst/mixer/Makefile.am:
2833 * gst-libs/gst/mixer/mixer-marshal.list:
2834 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
2835 (gst_mixer_set_option), (gst_mixer_get_option),
2836 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
2837 (gst_mixer_volume_changed), (gst_mixer_option_changed):
2838 * gst-libs/gst/mixer/mixer.h:
2839 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
2840 (gst_mixer_options_class_init), (gst_mixer_options_init),
2841 (gst_mixer_options_dispose):
2842 * gst-libs/gst/mixer/mixeroptions.h:
2843 Add GstMixerOptions.
2844 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
2845 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
2846 broken device detection on computers with multiple OSS sound
2849 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
2851 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
2852 fixate nicely even when the peer is not negotiating
2854 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
2856 * gst/audioconvert/gstaudioconvert.c:
2857 (gst_audio_convert_parse_caps):
2858 make sure we don't allow depth > width
2859 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
2860 fixate endianness to G_BYTE_ORDER as default
2861 * gst/audioscale/gstaudioscale.c:
2862 we don't handle another endianness as host-endianness
2864 2004-05-25 David Schleef <ds@schleef.org>
2866 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
2868 2004-05-24 Benjamin Otte <otte@gnome.org>
2870 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
2871 (gst_oggvorbisenc_setup):
2872 properly fail when we can't setup the vorbis encoder due to
2873 unsupported settings
2874 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
2875 (gst_vorbisenc_setup):
2877 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2878 fix case where warnings occured when one pad was unlinked while the
2879 other's link function was called
2881 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
2883 * gst/tcp/Makefile.am:
2886 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
2888 * gst-libs/gst/resample/private.h:
2889 don't use optimizations that are #if 0'ed
2891 2004-05-24 Wim Taymans <wim@fluendo.com>
2893 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
2894 Fix potential division by zero error and hopefully get
2895 the position query right to get correct timestamps on avi
2898 2004-05-24 Wim Taymans <wim@fluendo.com>
2900 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
2901 (gst_videoscale_scale_nearest_str2),
2902 (gst_videoscale_scale_nearest_str4),
2903 (gst_videoscale_scale_nearest_32bit),
2904 (gst_videoscale_scale_nearest_24bit),
2905 (gst_videoscale_scale_nearest_16bit):
2906 Fix the scaling algorithm and avoid a buffer overflow.
2907 removed the while loop in the scaling function as it
2908 was used for point sampling only.
2910 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
2912 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
2913 (gst_id3_tag_class_init), (gst_id3_tag_init),
2914 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
2915 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
2916 (gst_id3_tag_send_tag_event):
2917 lots of fixes to make id3mux work and id3demux work correctly
2919 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2922 add rules to build shout2send (was removed by accident
2923 when this module was no more marked experimental/broken)
2925 2004-05-24 Zaheer Abbas Merali <zaheerabbas@merali.org>
2927 * ext/shout2/gstshout2.c:
2928 * ext/shout2/gstshout2.h:
2929 adding a "connection problem" signal to shout2send
2932 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
2934 * ext/kio/kioreceiver.cpp:
2935 * ext/kio/kioreceiver.h:
2936 fix sign comparison issues
2938 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2940 * gst/cdxaparse/gstcdxaparse.c:
2941 * gst/cdxaparse/gstcdxaparse.h:
2943 add some checks/sanity
2944 prepare for seek addition
2946 * sys/sunaudio/gstsunaudio.c:
2947 remove exported dupe init function
2949 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
2951 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
2952 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
2953 Fix format conversion and position querying.
2954 * gst/debug/progressreport.c: (gst_progressreport_report):
2955 Don't output a bogus total value that we didn't query.
2956 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2957 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
2958 only a blank window after xine has been used.
2960 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
2963 sync with upstream version to fix test on FC2
2964 readd with -ko to preserve Id header
2966 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2969 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
2970 * gst/tcp/gsttcpclientsrc.c: idem
2971 * gst/tcp/gsttcpserversink.c: idem
2972 * gst/tcp/gsttcpserversrc.c: idem
2973 * m4/gst-fionread.m4: idem
2975 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
2977 * configure.ac: enable speex plugin for speex 1.1.5+
2978 * ext/speex/gstspeexenc.c: fix cast warning
2980 * ext/esd/README: fix typo
2982 2004-05-20 David Schleef <ds@schleef.org>
2984 * configure.ac: Minor cosmetic change to convince the buildbot to
2986 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
2987 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
2988 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
2989 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
2990 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
2991 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
2992 More hacking. Plays audio now.
2994 2004-05-20 David Schleef <ds@schleef.org>
2999 2004-05-20 David Schleef <ds@schleef.org>
3001 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Merali
3002 * sys/osxaudio/gstosxaudio.c:
3003 * sys/osxaudio/gstosxaudioelement.c:
3004 * sys/osxaudio/gstosxaudioelement.h:
3005 * sys/osxaudio/gstosxaudiosink.c:
3006 * sys/osxaudio/gstosxaudiosink.h:
3007 * sys/osxaudio/gstosxaudiosrc.c:
3008 * sys/osxaudio/gstosxaudiosrc.h:
3010 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
3012 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
3013 (gst_vorbisenc_chain):
3014 put the codec headers on the caps as streamheader as well as
3017 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
3019 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
3020 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3021 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
3022 split up push_packet into two functions
3024 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
3026 * gst/tcp/.cvsignore:
3028 * gst/tcp/Makefile.am:
3032 * gst/tcp/gsttcpclientsink.c:
3033 * gst/tcp/gsttcpclientsink.h:
3034 * gst/tcp/gsttcpclientsrc.c:
3035 * gst/tcp/gsttcpclientsrc.h:
3036 * gst/tcp/gsttcpplugin.c:
3037 * gst/tcp/gsttcpserversink.c:
3038 * gst/tcp/gsttcpserversink.h:
3039 * gst/tcp/gsttcpserversrc.c:
3040 * gst/tcp/gsttcpserversrc.h:
3041 add new tcp elements
3043 2004-05-19 Wim Taymans <wim@fluendo.com>
3045 * gst/law/mulaw-conversion.c: (mulaw_encode):
3046 Fix overflow bug in ulaw encoding.
3048 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3050 * ext/mad/gstmad.c: (gst_mad_handle_event):
3051 don't unref the event twice
3053 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3056 remove -Wno-sign-compare
3058 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3061 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
3062 if you want to work against glib 2.2 and 2.4
3064 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
3066 * gst/tcp/Makefile.am:
3069 * gst/tcp/gsttcpsink.h:
3070 * gst/tcp/gsttcpsrc.h:
3071 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
3073 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3075 * gst/debug/tests.c: (md5_get_value):
3076 fix segfault on gst-inspect
3078 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
3080 * gst/debug/testplugin.c:
3081 * gst/debug/tests.c:
3082 * gst/debug/tests.h:
3083 add new extensible and configurable testing element. Current tests
3084 include buffer count, stream length, timestamp/duration matching and
3086 * gst/debug/Makefile.am:
3087 * gst/debug/gstdebug.c: (plugin_init):
3088 add infrastructure for new element
3090 2004-05-19 Johan Dahlin <johan@gnome.org>
3092 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
3093 ending of the array. Fixes gst-inspect segfault on ppc.
3095 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3097 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
3099 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
3101 2004-05-18 David Schleef <ds@schleef.org>
3103 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
3104 warnings (bugs, actually) noticed by gcc but not forte.
3106 2004-05-18 David Schleef <ds@schleef.org>
3108 * sys/sunaudio/Makefile.am:
3109 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
3111 2004-05-18 David Schleef <ds@schleef.org>
3113 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
3114 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
3115 to allow qtdemux to use non-seekable streams. (bug #142272)
3117 2004-05-18 David Schleef <ds@schleef.org>
3119 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
3120 (gst_resample_sinc_ft_float): Remove use of static temporary
3121 buffer. This code was obviously not supposed to last long, but
3122 it's stuck in our ABI, so it required a little hack to make it
3123 ABI-compatible. Fixes #142585.
3124 * gst-libs/gst/resample/resample.h: same.
3126 2004-05-18 David Schleef <ds@schleef.org>
3128 * configure.ac: Add sunaudio
3129 * examples/Makefile.am: make gstplay depend on gconf
3130 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
3131 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
3132 (convert_table_lookup), (img_convert): remove c99-isms
3133 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
3134 unsigned, to fix a warning on Solaris
3135 * gst/mpeg1sys/systems.c: bcopy->memcpy
3136 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
3137 * sys/Makefile.am: Add sunaudio
3139 2004-05-18 Wim Taymans <wim@fluendo.com>
3141 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
3142 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3143 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
3144 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3146 Fix an ugly memleak where the muxer didn't flush enough ogg
3147 pages. This also resulted in badly muxed ogg files.
3149 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3151 * gst/asfdemux/asfheaders.c :
3152 * gst/asfdemux/asfheaders.h :
3153 * gst/asfdemux/gstasfdemux.c :
3154 - fix ASF_OBJ_PADDING guid
3155 - add 3 new object guids (language list, metadata,
3156 extended stream properties)
3157 - add a function to parse extended header objects
3159 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
3161 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
3162 remove leftover debugging g_print
3164 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
3166 * ext/mad/gstmad.c: (gst_mad_handle_event):
3167 Fix for when the first format in a discont event is not a
3168 byte-based one. Should fix #137710.
3170 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3172 * m4/a52.m4 : fix compilation with -Wall -Werror
3173 * m4/libfame.m4 : idem
3174 * m4/libmikmod.m4 : idem
3176 2004-05-17 Benjamin Otte <otte@gnome.org>
3178 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3179 signal the new tags before giving up the reference
3181 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
3183 * ext/shout2/gstshout2.c:
3184 use application/ogg instead of application/x-ogg (patch by Patrick
3185 Guimond, fixes #142432)
3186 * sys/oss/gstosselement.c: (gst_osselement_reset),
3187 (gst_osselement_sync_parms):
3188 don't set fragment size unless specified (fixes #142493)
3190 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3192 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
3195 2004-05-17 Benjamin Otte <otte@gnome.org>
3197 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
3198 compute offsets correctly for internal buffers so timestamps are set
3199 correctly when we can't seek. Also handle cases where there are no
3200 offsets. (based on a patch by David Moore, fixes #142507)
3202 2004-05-17 Benjamin Otte <otte@gnome.org>
3204 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3205 use correct variable when determining amount of data to skip so we
3206 don't skip into the void and segfault
3208 2004-05-16 Benjamin Otte <otte@gnome.org>
3210 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3213 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3215 * gst/asfdemux/gstasfdemux.c:
3216 - fix a mem leak and always propagate tags
3217 - add WMV3 to known video codecs (but no decoder yet)
3218 - replace "surplus data" at end of audio header for what
3219 it is : codec specific data
3222 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
3224 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
3226 * gst-libs/gst/audio/audioclock.c:
3227 Fix wrong return type (#142205).
3229 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
3231 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
3232 Ignore CRCs by default (fixes #142566).
3234 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
3236 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3237 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
3238 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
3239 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
3240 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
3241 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
3242 Fix for cases where we fail to attach to a mixer.
3244 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
3246 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
3247 Don't touch events after not owning them anymore.
3248 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
3249 (gst_wavparse_fmt), (gst_wavparse_other),
3250 (gst_wavparse_handle_seek), (gst_wavparse_loop),
3251 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
3252 (gst_wavparse_srcpad_event):
3253 * gst/wavparse/gstwavparse.h:
3254 Add seeking, fix querying.
3256 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3258 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3259 - process comments even if they don't end with \0\0
3260 g_convert would ignore them if present and works well without them
3262 2004-05-16 Benjamin Otte <otte@gnome.org>
3264 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
3267 2004-05-16 Benjamin Otte <otte@gnome.org>
3269 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3270 don't write to memory we might not write to - g_convert does that
3271 for us anyway (fixes #142613)
3272 (gst_asf_demux_audio_caps):
3273 comment out gst_util_dump_mem
3275 2004-05-16 Benjamin Otte <otte@gnome.org>
3277 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3278 compute correct expected timestamps after seek (broken since
3280 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
3281 rename element and debugging category to gdkpixbufscale
3283 2004-05-16 Benjamin Otte <otte@gnome.org>
3285 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
3286 add error checking to snd_pcm_delay and remove duplicate call to
3287 snd_pcm_delay that caused issues (see inline code comments)
3288 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
3289 make more readable and fix return value when snd_pcm_delay fails
3292 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
3293 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
3294 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
3295 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
3296 (gst_pixbufscale_link), (gst_pixbufscale_init),
3297 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
3298 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
3299 (gst_pixbufscale_get_property), (pixbufscale_init):
3300 * ext/gdk_pixbuf/pixbufscale.h:
3301 Add these files I forgot earlier
3303 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
3304 * ext/gdk_pixbuf/Makefile.am:
3305 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
3306 * ext/gdk_pixbuf/gstgdkpixbuf.h:
3307 Add new pixbufscale element to scale RGB video
3308 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
3309 and HYPER interpolation correctly.
3310 * ext/theora/theoraenc.c: (theora_enc_chain),
3311 Discard buffer and return if explicit caps could not be set
3312 (theora_enc_get_property):
3313 Make _get return kbps for the bitrate consistent with
3317 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
3319 * ext/libvisual/visual.c: (gst_visual_chain):
3320 add missing visual_audio_analyze
3322 2004-05-14 David Schleef <ds@schleef.org>
3324 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
3325 is killed while we're playing.
3326 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
3327 gst_element_no_more_pads().
3329 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3331 * gst-libs/gst/riff/riff-read.c :
3332 - fix INFO tag extraction in RIFF/AVI files
3333 because gst_event_unref (event) also freed taglist
3336 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3338 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
3339 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
3341 * gst/auparse/gstauparse.c :
3342 - add code (commented for now) to support audio/x-adpcm on src pad
3343 (we have no decoder for those layout yet)
3345 * gst/cdxaparse/gstcdxaparse.c :
3346 * gst/cdxaparse/gstcdxaparse.h :
3347 - partial rewrite using RiffRead (ripped iain's wavparse code)
3349 * gst/rtp/gstrtpL16enc.c : typo
3350 * gst/rtp/gstrtpgsmenc.c : typo
3352 2004-05-13 Benjamin Otte <otte@gnome.org>
3355 check for exact version of libvisual, it's not supposed to be
3358 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
3360 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
3363 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
3365 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
3366 Report which format was used for GST_FORMAT_DEFAULT
3367 * gst/debug/Makefile.am:
3368 * gst/debug/gstdebug.c: (plugin_init):
3369 * gst/debug/progressreport.c: (gst_progressreport_base_init),
3370 (gst_progressreport_class_init), (gst_progressreport_init),
3371 (gst_progressreport_report), (gst_progressreport_set_property),
3372 (gst_progressreport_get_property), (gst_progressreport_chain),
3373 (gst_progressreport_plugin_init):
3374 Add progressreport element for testing.
3376 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
3378 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
3379 * sys/v4l/gstv4lsrc.h:
3380 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
3381 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
3382 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3383 (gst_v4lsrc_grab_frame):
3385 send a discont at start
3387 2004-05-12 Colin Walters <walters@redhat.com>
3389 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
3390 inflooping if we can't find a chunk. Or in other words, don't blow
3391 chunks if we don't have a chunk to blow.
3393 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
3394 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
3395 Remove old debug output
3396 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
3397 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
3398 (gst_dvdec_set_property), (gst_dvdec_get_property):
3399 Change the quality setting to an enum, so it works from gst-launch
3400 Don't renegotiate a non-linked pad. Allows audio only decoding.
3401 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
3402 (gst_deinterlace_link), (gst_deinterlace_init):
3403 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
3404 (gst_videodrop_link):
3405 Some caps negotiation fixes
3407 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3409 * ext/tarkin/gsttarkin.c :
3410 - Change RANK from NONE to PRIMARY
3411 * ext/gdk_pixbuf/gstgdkpixbuf.c :
3412 - Change RANK from NONE to MARGINAL
3413 * ext/divx/gstdivxenc.c :
3414 - Change RANK from PRIMARY to NONE (encoder/spider issue)
3416 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
3418 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
3419 (gst_vorbisenc_push_packet):
3420 copy a function that was added between 1.0 and 1.0.1 until we
3421 depend on worthwhile features of post-1.0
3423 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
3426 enable shout2 by default
3427 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
3428 (gst_shout2send_base_init), (gst_shout2send_init),
3429 (gst_shout2send_connect), (gst_shout2send_change_state):
3430 * ext/shout2/gstshout2.h:
3431 make this work again. Based on a patch by Zaheer Merali (fixes
3433 * ext/theora/theora.c: (plugin_init):
3434 don't set rank on encoders
3436 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
3438 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
3439 Use codec_data property instead of flag1 and flag2 for wma
3441 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3443 * gst/cdxaparse/gstcdxaparse.c :
3444 - Add mpegversion to CAPS to make it link
3445 - Rank is as GST_RANK_SECONDARY instead of NONE
3446 * gst/auparse/gstauparse.c :
3447 - Document all audio encoding we can encounter from Solaris 9
3448 headers and libsndfile information.
3449 - Increase max. rate from 48000 to 192000 (to match other elements)
3450 - Don't try to play junk data between header and samples
3452 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
3454 * ext/libvisual/visual.c: (gst_visual_getcaps):
3455 use the right caps depending on endianness (I hope)
3456 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
3457 use GST_RANK_NONE for all non-decoding elements or spider gets
3460 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
3462 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
3463 Fix some odd cases and fix BE metadata parsing of unicode16 text.
3465 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
3467 * gst/switch/gstswitch.c: (gst_switch_release_pad),
3468 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
3469 (gst_switch_loop), (gst_switch_get_type):
3470 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
3471 HEADERS. Had to be said.
3473 2004-05-10 David Schleef <ds@schleef.org>
3475 * configure.ac: Add prototype Dirac support.
3477 * ext/dirac/Makefile.am:
3478 * ext/dirac/gstdirac.cc:
3479 * ext/dirac/gstdiracdec.cc:
3481 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
3483 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
3484 (gst_auparse_init), (gst_auparse_chain),
3485 (gst_auparse_change_state):
3486 Hack around spider. Remove me some day please.
3488 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
3490 * gst/auparse/gstauparse.c: (gst_auparse_chain):
3491 Fix for some uninitialized variables in previous patch, also
3492 makes it work. Fixes #142286 while we're at it.
3494 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3496 * gst/auparse/gstauparse.c:
3497 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
3498 only unsupported formats are ADPCM/CCITT G.72x
3500 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
3502 2004-05-10 Wim Taymans <wim@fluendo.com>
3504 * ext/vorbis/Makefile.am:
3505 * ext/vorbis/README:
3506 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
3507 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
3508 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
3509 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
3510 (gst_oggvorbisenc_convert_sink),
3511 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
3512 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
3513 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
3514 (get_constraints_string), (update_start_message),
3515 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
3516 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
3517 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
3518 * ext/vorbis/oggvorbisenc.h:
3519 * ext/vorbis/vorbis.c: (plugin_init):
3520 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
3521 (raw_caps_factory), (gst_vorbisenc_class_init),
3522 (gst_vorbisenc_init), (gst_vorbisenc_setup),
3523 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
3524 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
3525 * ext/vorbis/vorbisenc.h:
3526 Added a raw vorbis encoder to be used with the oggmuxer.
3527 We still need the old encoder for some gnome applications,
3528 read the README to find out how that works.
3529 The raw encoder is called "rawvorbisenc" until 0.9.
3531 2004-05-10 Wim Taymans <wim@fluendo.com>
3533 * ext/ogg/gstogg.c: (plugin_init):
3534 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
3536 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
3537 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
3538 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
3539 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
3540 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
3541 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
3542 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
3543 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
3544 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
3545 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
3547 Small typo fixes in the demuxer.
3549 2004-05-10 Wim Taymans <wim@fluendo.com>
3551 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3552 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
3553 (theora_enc_change_state), (theora_enc_set_property),
3554 (theora_enc_get_property):
3555 Mark the last packet with an EOS flag which is not really needed
3557 Do some better video framerate initialisation.
3558 Update the buffer timestamp.
3560 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
3562 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
3563 Return the result of the parent state change call
3565 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3567 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
3568 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
3569 * gst/law/alaw-encode.c : (idem)
3570 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
3571 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
3572 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
3574 2004-05-09 Benjamin Otte <otte@gnome.org>
3576 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
3577 don't use a fixed buffer size when writing variable length data to
3578 it. Fixes memory corruption and makes alsasrc work
3580 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
3582 * ext/gnomevfs/gstgnomevfssink.c:
3583 (_gst_boolean_allow_overwrite_accumulator),
3584 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
3585 Run glib's default signal handler (??) in RUN_CLEANUP rather than
3586 RUN_LAST, and don't use that to set the accumulator value because
3587 then it's always FALSE.
3589 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
3591 * gst-libs/gst/riff/riff-media.c:
3592 (gst_riff_create_video_caps_with_data),
3593 (gst_riff_create_audio_caps),
3594 (gst_riff_create_audio_template_caps):
3595 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
3596 Fix for unaligned RIFF files (i.e. where all the chunks together
3597 in a LIST chunk are not of the same size as the size given in
3598 the LIST chunk header). Fixes several odd WAVE files. Also fix
3599 ADPCM (block_align property) in audio, so that wavparse based
3600 on this works now as it used to stand-alone.
3602 2004-05-09 Edward Hervey <bilboed@bilboed.com>
3604 reviewed by Benjamin Otte <otte@gnome.org>
3606 * ext/a52dec/gsta52dec.c:
3607 * ext/divx/gstdivxdec.c:
3608 * ext/divx/gstdivxenc.c:
3609 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
3610 * ext/faac/gstfaac.c: (gst_faac_base_init):
3611 * ext/faad/gstfaad.c: (gst_faad_base_init):
3612 * ext/ivorbis/vorbisfile.c:
3613 * ext/lame/gstlame.c:
3614 * ext/libfame/gstlibfame.c:
3615 * ext/mpeg2enc/gstmpeg2enc.cc:
3616 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
3617 * ext/sidplay/gstsiddec.cc:
3618 * ext/speex/gstspeexdec.c:
3619 * ext/speex/gstspeexenc.c:
3620 * ext/xvid/gstxviddec.c:
3621 * ext/xvid/gstxvidenc.c:
3622 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
3625 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
3627 * ext/alsa/gstalsa.c: (device_list),
3628 (gst_alsa_class_probe_devices):
3629 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3630 Fix alsa oddness in mixer after the combination of using mixer
3631 in source/sink elements and using hw:x,y instead of just hw:x.
3633 2004-05-09 Benjamin Otte <otte@gnome.org>
3635 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
3636 (gst_wavparse_create_sourcepad):
3637 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
3640 2004-05-09 Benjamin Otte <otte@gnome.org>
3642 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3643 allow discont events before caps nego
3645 2004-05-08 Benjamin Otte <otte@gnome.org>
3647 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
3650 2004-05-08 Benjamin Otte <otte@gnome.org>
3652 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
3653 (gst_level_change_state), (gst_level_init):
3654 * gst/level/gstlevel.h:
3655 figure out if we're initialized directly instead of keeping a
3656 variable that's wrong in 90% of cases
3657 don't initialize pads and then leak them and use a new unitialized
3658 pad. (fixes #142084)
3659 these were bugs so n00bish I didn't find them for an hour :/
3661 2004-05-08 Iain <iain@prettypeople.org>
3663 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
3664 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
3665 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
3666 return the length that was read.
3667 (gst_riff_read_strf_auds): Allow fmt tags as well.
3669 2004-05-07 David Schleef <ds@schleef.org>
3671 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
3672 signed char assumption in faad.h.
3674 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
3676 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
3677 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
3679 2004-05-07 Colin Walters <walters@redhat.com>
3681 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
3682 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
3684 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
3685 Add dispose function.
3687 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
3688 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
3689 Fix caps nego and pad templates. RGB mode caps should
3691 * ext/dvdnav/gst-dvd:
3692 Move mpeg2dec inside the thread because otherwise the
3693 queue rejects cap changes mid-stream
3694 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
3695 (gst_mpeg2dec_flush_decoder):
3696 For mpeg2dec > 0.4.0, call the flush function instead of
3697 manually extracting all in-flight frames.
3698 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
3699 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
3700 Change mime type video/dv go video/x-dv to match the
3703 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
3705 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
3706 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
3707 (gst_alsa_sink_class_init):
3708 * ext/alsa/gstalsasink.h:
3709 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
3710 (gst_alsa_src_class_init):
3711 * ext/alsa/gstalsasrc.h:
3712 Make alsasink/src a subclass of alsamixer so that mixer stuff
3713 shows up in gst-rec. Needs some finetuning.
3715 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
3717 * ext/lame/gstlame.c: (gst_lame_chain):
3719 * ext/mad/gstmad.c: (gst_mad_handle_event):
3721 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3722 be able to detect mp3 files < 4096 bytes
3724 2004-05-06 Wim Taymans <wim@fluendo.com>
3726 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3727 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
3728 (theora_enc_set_property), (theora_enc_get_property):
3729 Also encode the first frame, cleanup some code.
3731 2004-05-06 Wim Taymans <wim@fluendo.com>
3733 * ext/mpeg2enc/gstmpeg2enc.cc:
3734 Forward events first before deciding that negotiation was
3737 2004-05-06 Wim Taymans <wim@fluendo.com>
3739 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
3740 First process the events before deciding that negotiation
3743 2004-05-06 Wim Taymans <wim@fluendo.com>
3745 * ext/theora/Makefile.am:
3746 * ext/theora/theora.c: (plugin_init):
3747 * ext/theora/theoradec.c: (theora_dec_change_state):
3748 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
3749 (gst_theora_enc_class_init), (gst_theora_enc_init),
3750 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
3751 (theora_enc_chain), (theora_enc_change_state),
3752 (theora_enc_set_property), (theora_enc_get_property):
3753 Added a theora encoder, grouped the encoder and decoder into the
3756 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
3758 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
3759 (gst_jpegenc_chain):
3760 fix DURATION on outgoing buffers
3761 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
3762 debug using time formats
3763 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3764 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3765 (gst_xvimagesink_sink_link):
3766 windows with width/height 0 generate X errors, so don't allow them
3768 2004-05-05 Wim Taymans <wim@fluendo.com>
3770 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
3771 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
3772 (gst_mpeg2dec_negotiate_format):
3773 * ext/mpeg2dec/gstmpeg2dec.h:
3774 removed the static pad template so that we can add the
3775 more accurate framerate value to the caps.
3778 2004-05-04 Benjamin Otte <otte@gnome.org>
3781 check for kdemacros.h, too (should fix #141821)
3782 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
3783 don't crash if no header was sent, but nicely error out (fixes part
3786 2004-05-04 Wim Taymans <wim@fluendo.com>
3788 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
3789 parent dispose function to avoid segfault on destroy.
3791 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
3793 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
3795 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
3796 (gst_xvimagesink_sink_link):
3797 clean up debugging caps
3798 also recreate xvimage when format has changed
3800 2004-05-04 Benjamin Otte <otte@gnome.org>
3802 * ext/libvisual/Makefile.am:
3803 * ext/libvisual/visual.c: (gst_visual_class_init),
3804 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
3805 (gst_visual_srclink), (gst_visual_chain),
3806 (gst_visual_change_state), (plugin_init):
3807 use a GstAdapter to correctly adapt buffer sizes - allows using a
3810 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
3812 * sys/v4l/gstv4lelement.h:
3813 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3814 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
3815 (gst_v4lsrc_buffer_free):
3816 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
3817 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
3818 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
3819 (gst_v4lsrc_requeue_frame):
3820 move some debugging categories around
3821 query for fps index and set accordingly if found
3823 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3825 * ext/lame/gstlame.c:
3826 correct defaults that lame_init puts out of range
3828 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
3830 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
3831 (gst_divxenc_class_init):
3832 fix range since -1 is the default
3833 * gst/mpeg1sys/gstmpeg1systemencode.c:
3834 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
3835 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
3836 (gst_rtjpegdec_chain):
3837 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
3838 (gst_rtjpegenc_chain):
3839 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
3840 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
3841 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
3842 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
3843 * sys/v4l/gstv4lsrc.c:
3844 * sys/v4l/v4l_calls.c: (gst_v4l_open):
3845 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
3846 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
3847 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
3848 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
3849 remove gst_info calls
3851 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
3860 Updated translations
3862 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
3864 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
3865 refactor/comment code
3867 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
3869 * gst/asfdemux/Makefile.am:
3870 * gst/asfdemux/asfheaders.c:
3871 * gst/asfdemux/asfheaders.h:
3872 * gst/asfdemux/gstasf.c: (plugin_init):
3873 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
3874 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
3875 (gst_asf_demux_setup_pad):
3876 * gst/asfdemux/gstasfdemux.h:
3877 * gst/asfdemux/gstasfmux.c:
3878 * gst/asfdemux/gstasfmux.h:
3879 Add tagging support to demuxer, split out registration in its own
3880 file instead of in demux (hacky), and prevent having some tables
3881 in our memory multiple times (in asfheaders.h).
3883 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
3885 * gst/matroska/matroska-demux.c:
3886 (gst_matroska_demux_parse_metadata):
3887 * gst/matroska/matroska-ids.h:
3888 Basic tag reading support.
3890 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
3892 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
3893 Really detect ac-3 audio.
3894 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
3895 really detect matroska files (off-by-1).
3897 2004-04-30 David Schleef <ds@schleef.org>
3899 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3900 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
3901 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
3902 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
3903 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
3904 hackage -- parse a lot more atoms, extract a few tags. One might even
3905 mistake this for tag support. Maybe it is.
3906 * gst/qtdemux/qtdemux.h:
3908 2004-04-30 Colin Walters <walters@verbum.org>
3910 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
3912 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
3914 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3915 (gst_ffmpegcolorspace_getcaps):
3916 remove broken nego fix
3918 2004-04-30 Benjamin Otte <otte@gnome.org>
3922 * ext/libvisual/Makefile.am:
3923 * ext/libvisual/visual.c:
3924 add initial support for libvisual (http://libvisual.sourceforge.net)
3925 libvisual is still quite alpha, so expect crashes in there :)
3927 2004-04-29 David Schleef <ds@schleef.org>
3929 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
3930 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
3931 up qtdemux to make it spit out codec_data. Do _not_ look at this
3932 code; you will no longer respect me.
3934 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
3936 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
3937 * ext/alsa/gstalsa.h :
3938 change alsa pcm device discovery to find more than 1 device
3939 per card. code review by Ronald.
3941 2004-04-29 David Schleef <ds@schleef.org>
3943 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
3944 Add a check for a driver bug on FreeBSD. (bug #140565)
3946 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
3948 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
3949 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
3950 (gst_jpegenc_getcaps):
3951 move format setting to inner loop
3952 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3953 (gst_ffmpegcolorspace_getcaps):
3954 use GST_PAD_CAPS if available so that we use already negotiated
3956 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
3957 (qtdemux_parse_moov), (qtdemux_parse):
3959 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
3960 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
3961 move hardcoded path to DEFINE
3963 2004-04-28 David Schleef <ds@schleef.org>
3965 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
3968 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
3970 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
3971 Don't probe for playback device if we're a source element. Fixes
3974 2004-04-29 Benjamin Otte <otte@gnome.org>
3976 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
3977 (gst_id3_tag_chain):
3978 rewrite buffer offset
3980 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
3984 * ext/dts/Makefile.am:
3985 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
3986 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
3987 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
3988 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
3989 (gst_dtsdec_loop), (gst_dtsdec_change_state),
3990 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
3992 * ext/dts/gstdtsdec.h:
3994 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
3995 (gst_faad_srcconnect):
3996 Add ESDS atom handling (.m4a).
3998 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
4000 * ext/divx/gstdivxdec.c: (plugin_init):
4001 Remove comment that makes no sense.
4002 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
4003 Fix for obvious typo that resulted in warnings during gst-register.
4004 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
4005 (gst_xviddec_sink_link):
4006 Fix caps negotiation a bit better.
4007 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4008 We call this 'codec_data', not 'esds'.
4010 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
4012 * gst/monoscope/gstmonoscope.c:
4013 make sure we only provide 256x128
4014 * gst/monoscope/monoscope.c: (monoscope_init):
4015 assert size of 256x128
4017 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
4020 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
4021 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
4022 fixate to max width and height of device
4024 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
4028 * sys/v4l/gstv4lsrc.c:
4029 * sys/v4l/v4l_calls.c:
4030 * sys/v4l/v4lsrc_calls.c:
4031 fix for qc-usb driver which fakes having more than one buffer
4032 by handing the same buffer twice, which confused GStreamer's/v4lsrc
4033 buffer_free override
4036 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
4039 * gst/videotestsrc/gstvideotestsrc.c:
4040 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
4041 (gst_videotestsrc_init), (gst_videotestsrc_get),
4042 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
4043 * gst/videotestsrc/gstvideotestsrc.h:
4044 add num-buffers property
4046 2004-04-26 Benjamin Otte <otte@gnome.org>
4048 * ext/mad/gstid3tag.c: (plugin_init):
4049 set id3mux rank to NONE so it doesn't confuse spider
4050 require audio/mpeg,mpegversion=1 in id3mux
4052 2004-04-26 Benjamin Otte <otte@gnome.org>
4055 detect faad correctly as non-working if it's indeed non-working
4057 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
4060 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
4061 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
4062 fix _getcaps so it only negotiates to its supported format
4064 2004-04-25 Benjamin Otte <otte@gnome.org>
4066 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4069 2004-04-23 Benjamin Otte <otte@gnome.org>
4071 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4072 audio/x-raw-int with height rules! not. Now it's depth.
4074 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
4076 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
4077 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
4078 (gst_wavparse_loop):
4079 Missing variable initialization. Add handling of DVI ADPCM. Fix
4080 mis-parsing of LIST chunks. This works around a bug where we mis-
4081 parse non-aligning LIST chunks (so LIST chunks where the contents
4082 don't align with the actual LIST size). The correct fix is to use
4083 rifflib, I'm not going to fix wavparse - too much work. All this
4086 2004-04-22 Zaheer Abbas Merali <zaheerabbas@merali.org>
4088 reviewed by Benjamin Otte <otte@gnome.org>
4090 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
4091 fix shoutcast not working (fixes #140844)
4093 2004-04-22 Benjamin Otte <otte@gnome.org>
4095 * ext/hermes/gsthermescolorspace.c:
4096 (gst_hermes_colorspace_caps_remove_format_info):
4097 * gst/colorspace/gstcolorspace.c:
4098 (gst_colorspace_caps_remove_format_info):
4099 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4100 (gst_ffmpegcolorspace_caps_remove_format_info):
4101 s/gst_caps_simplify/gst_caps_do_simplify/
4103 2004-04-22 Benjamin Otte <otte@gnome.org>
4105 * gst-libs/gst/riff/riff-media.c:
4106 (gst_riff_create_video_caps_with_data):
4107 mpegversion is an int
4108 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
4109 don't try to create pad templates with NULL caps, use any caps
4112 2004-04-20 David Schleef <ds@schleef.org>
4114 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
4115 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
4118 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
4120 reviewed by David Schleef
4122 * ext/mad/gstid3tag.c: Add stdlib.h
4123 * gst/rtp/gstrtpgsmenc.c: same
4124 * gst/tags/gstid3tag.c: same
4125 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
4126 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
4127 GST_DISABLE_LOADSAVE use.
4128 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
4129 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
4130 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
4132 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
4133 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
4135 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
4136 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
4138 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
4141 2004-04-20 David Schleef <ds@schleef.org>
4143 * gst/realmedia/rmdemux.c: This was supposed to part of the
4144 last checkin. Same idea.
4146 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
4148 reviewed by David Schleef
4150 * configure.ac: bump required gstreamer version to 0.8.1.1
4151 because of following changes [--ds]
4153 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
4154 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
4155 (gst_riff_read_header): Use GST_READ_UINT*
4156 macros to access possibly unaligned memory.
4158 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
4159 (mp3_type_find): Use GST_READ_UINT*
4160 macros to access possibly unaligned memory.
4161 (mp3_type_find, mpeg1_parse_header, qt_type_find)
4162 (speex_type_find): Likewise
4164 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
4166 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
4167 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
4168 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
4169 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
4170 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
4171 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
4172 macros to access possibly unaligned memory.
4174 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
4177 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
4178 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
4180 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4183 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
4184 (gst_mpeg2subt_chain_subtitle): Likewise.
4186 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
4187 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
4190 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
4193 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
4196 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
4199 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4202 update required version of GStreamer because of GST_TIME_FORMAT
4204 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
4206 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
4207 remove leftover g_print
4208 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
4209 don't try setting only a subset of the caps. We don't want to kill
4210 autoplugging on purpose
4212 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4214 * sys/ximage/ximagesink.c: (plugin_init):
4215 * sys/xvimage/xvimagesink.c: (plugin_init):
4216 add debugging categories
4218 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
4222 Adding en_GB translation (Gareth Owen)
4224 2004-04-20 David Schleef <ds@schleef.org>
4226 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
4227 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
4228 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
4229 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
4230 A number of new features and hacks to extract the esds atom and
4231 put it into the caps. (bug #137724)
4233 2004-04-19 David Schleef <ds@schleef.org>
4235 * gconf/Makefile.am: Fix for non-GNU make
4236 * gst-libs/gst/Makefile.am: Change directory order to handle
4237 GstPlay linking with gstinterfaces
4238 * gst-libs/gst/audio/make_filter: make use of tr portable
4239 * gst-libs/gst/play/Makefile.am: Add intended \
4240 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
4241 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
4242 function prototype instead of void *.
4243 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
4245 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4246 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
4247 * gst/videofilter/make_filter: make use of tr portable
4248 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
4250 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
4254 Added Ukrainian translation (Maxim V. Dziumanenko)
4256 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
4258 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
4259 (gst_gsmdec_link), (gst_gsmdec_chain):
4260 Fix capsnego, simplify chain function slightly.
4261 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
4264 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
4266 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
4267 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
4268 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
4269 Hack to make wavparse work with spider (always -> sometimes pad).
4270 Fixes #135862 && #140411.
4272 2004-04-18 Benjamin Otte <otte@gnome.org>
4274 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
4275 (gst_osselement_rate_probe_check),
4276 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
4277 get rid of \n in debug output
4279 2004-04-17 Iain <iain@prettypeople.org>
4281 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
4284 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
4286 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
4287 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
4288 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
4289 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
4290 (gst_id3_tag_src_link), (gst_id3_tag_chain),
4291 (gst_id3_tag_change_state), (plugin_init):
4292 deprecate id3tag element and replace with id3demux/id3mux.
4293 great side effect: this ugly file is now even uglier, yay!
4295 remove non-available function
4296 update for new get_type
4298 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
4301 require mpeg2dec >= 0.4.0
4303 2004-04-17 Benjamin Otte <otte@gnome.org>
4305 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4306 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
4307 (gst_xvimagesink_set_xwindow_id):
4308 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
4309 assorted cleanup fixes.
4311 2004-04-16 David Schleef <ds@schleef.org>
4313 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
4314 * sys/xvimage/xvimagesink.h: same
4316 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
4318 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
4319 Fix GST_ELEMENT_ERROR with (NULL)
4321 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
4323 * gst-libs/gst/riff/riff-media.c:
4324 (gst_riff_create_video_caps_with_data):
4325 Add div[3456] as fourccs for DivX 3 (fixes #140137).
4327 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
4329 * gst-libs/gst/riff/riff-media.c:
4330 (gst_riff_create_video_caps_with_data),
4331 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
4332 (gst_riff_create_video_template_caps),
4333 (gst_riff_create_audio_template_caps):
4334 * gst-libs/gst/riff/riff-media.h:
4335 * gst-libs/gst/riff/riff-read.c:
4336 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
4337 * gst-libs/gst/riff/riff-read.h:
4338 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4339 Add MS RLE support. I added some functions to read out strf chunks
4340 into strf chunks and the data behind it. This is usually color
4341 palettes (as in RLE, but also in 8-bit RGB). Also use those during
4342 caps creation. Lastly, add ADPCM (similar to wavparse - which
4343 should eventually be rifflib based).
4344 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
4345 (gst_matroska_demux_init), (gst_matroska_demux_reset):
4346 * gst/matroska/matroska-demux.h:
4347 Remove placeholders for some prehistoric tagging system. Didn't add
4348 support for any tag system really anyway.
4349 * gst/qtdemux/qtdemux.c:
4350 Add support for audio/x-m4a (MPEG-4) through spider.
4351 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
4352 (gst_wavparse_loop):
4353 ADPCM support (#135862). Increase max. buffer size because we
4354 cannot split buffers for ADPCM (screws references) and I've seen
4355 files with 2048 byte chunks. 4096 seems safe for now.
4357 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
4359 * configure.ac: bump nano to 1
4361 === release 0.8.1 ===
4363 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
4365 * configure.ac: releasing 0.8.1, "Comforting Sounds"
4367 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
4369 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4370 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
4373 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
4375 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
4376 lower rank of dvddemux so that it's not used for mpeg playback.
4378 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
4381 save libs correctly when checking mad
4383 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
4385 * ext/mad/gstid3tag.c: (plugin_init):
4386 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
4388 2004-04-13 David Schleef <ds@schleef.org>
4390 * common/m4/gst-feature.m4: Call -config scripts with
4391 --plugin-libs if it is supported.
4392 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
4393 JPEG images are image/jpeg.
4394 * gst/debug/Makefile.am:
4395 * gst/debug/negotiation.c: (gst_negotiation_class_init),
4396 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
4397 (gst_negotiation_update_caps), (gst_negotiation_get_property),
4398 (gst_negotiation_plugin_init): Add a property that acts like
4400 * testsuite/gst-lint: Move license checking to be a standard
4403 2004-04-13 David Schleef <ds@schleef.org>
4405 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
4406 patch from Sebastien Cote (bug #139958)
4408 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
4410 * examples/gstplay/Makefile.am:
4411 * examples/gstplay/player.c: (main):
4412 make the commandline player example use gconf settings
4414 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
4416 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
4417 (gst_cacasink_sinkconnect), (gst_cacasink_init),
4418 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
4419 init/end library during state transition, not object
4420 creation/disposal. get rid of custom dispose handler.
4423 2004-04-12 Christian Schaller <Uraeus@gnome.org>
4425 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
4428 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4430 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
4431 Handle JUNK chunks inside data section. Prevents warnings.
4433 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4435 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4436 (gst_riff_create_video_template_caps):
4438 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
4439 (gst_avi_demux_stream_data):
4440 Add support for "rec-list" chunks.
4442 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4444 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4445 Fix another codecname mismatch.
4447 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
4449 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4450 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
4451 so that MJPEG plays back.
4453 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
4455 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
4456 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
4457 * gst/mpeg1videoparse/gstmp1videoparse.h:
4458 Fix for some slight mis-cuts in buffer parsing, and for some
4459 potential overflows or faults-causers. Adds disconts. Also fixes
4460 #139105 while we're at it.
4462 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
4465 * sys/v4l2/gstv4l2element.h:
4466 Workaround for missing struct v4l2_buffer declaration in Suse 9
4467 and Mandrake 10 linux/videodev2.h header file (#135919).
4469 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
4471 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
4472 Bail out if no filename was given.
4474 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
4476 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
4477 (gst_v4l2_fourcc_from_structure):
4478 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
4481 2004-04-09 Benjamin Otte <otte@gnome.org>
4483 * ext/gnomevfs/gstgnomevfssink.c:
4484 (_gst_boolean_allow_overwrite_accumulator),
4485 (gst_gnomevfssink_class_init):
4486 fix erase signal - if any handler returns false the file will not be
4487 overwritten. If no handler is connected, the file will not be
4489 renamed signal to "allow-overwrite"
4490 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
4491 free string when adding it to ID3 failed
4492 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
4493 unref event when done
4494 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
4496 * gst/typefind/gsttypefindfunctions.c:
4497 (mpeg_video_stream_type_find):
4500 2004-04-08 David Schleef <ds@schleef.org>
4502 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4503 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
4505 2004-04-08 David Schleef <ds@schleef.org>
4507 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
4508 we don't support (bug #139532)
4510 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
4512 * ext/mad/gstmad.c: (gst_mad_handle_event),
4513 (gst_mad_check_caps_reset), (gst_mad_chain),
4514 (gst_mad_change_state):
4515 only set explicit caps if they haven't been set before for
4516 this stream. MPEG-audio sample rate/channels aren't allowed
4517 to change in-stream.
4520 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
4522 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
4523 (_gst_boolean_did_something_accumulator),
4524 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
4525 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
4526 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
4527 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
4528 (gst_gnomevfssink_change_state):
4529 Fix erase signal. Don't erase by default. Remove handoff signal.
4530 Remove erase property. Don't segfault. General cleanup.
4532 2004-04-07 Benjamin Otte <otte@gnome.org>
4534 * gst-libs/gst/gconf/test-gconf.c: (main):
4535 add missing gst_init
4537 2004-04-07 Benjamin Otte <otte@gnome.org>
4539 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
4540 free the mutexes, too
4542 2004-04-07 Benjamin Otte <otte@gnome.org>
4544 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
4545 actually free the URI string
4546 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
4547 compute offset correctly when passing discont events
4548 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4549 don't leak discont events
4550 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
4551 add some missing breaks so caps aren't copied randomly
4552 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
4553 if we realloc memory, we better use it
4555 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
4557 * ext/mad/gstmad.c: (normal_seek):
4558 fix GST_FORMAT_TIME usage
4560 2004-04-05 David Schleef <ds@schleef.org>
4562 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
4563 a deprecated function (hack!)
4565 2004-04-05 Benjamin Otte <otte@gnome.org>
4567 * ext/esd/esdmon.c: (gst_esdmon_get):
4568 fix nonterminated vararg and memleak
4570 2004-04-05 Benjamin Otte <otte@gnome.org>
4572 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
4573 (gst_ladspa_init), (gst_ladspa_force_src_caps),
4574 (gst_ladspa_set_property), (gst_ladspa_get_property),
4575 (gst_ladspa_instantiate), (gst_ladspa_activate),
4576 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
4579 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
4581 reviewed by Benjamin Otte <otte@gnome.org>
4583 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
4584 check for broken LADSPA parameters (fixes #138635)
4586 2004-04-05 Benjamin Otte <otte@gnome.org>
4588 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
4589 advertise buffer-frames correctly on sinkpads
4591 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
4593 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
4594 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
4595 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
4596 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
4597 (gst_mad_check_caps_reset), (gst_mad_chain):
4598 add more debugging, only reset caps when we're not in error state
4600 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
4602 * ext/mad/gstmad.c: add debugging category, comment + cleanups
4604 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
4606 reviewed by Benjamin Otte <otte@gnome.org>
4609 fix == in test(1) operator
4611 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
4613 reviewed by Benjamin Otte <otte@gnome.org>
4616 fix --export-symblos-regex to a working regex.
4618 2004-04-04 Benjamin Otte <otte@gnome.org>
4620 * sys/oss/.cvsignore:
4623 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
4625 reviewed by Benjamin Otte <otte@gnome.org>
4627 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4628 add missing 'new_media' argument (fixes #138168)
4629 * gst/matroska/matroska-demux.c:
4630 (gst_matroska_demux_handle_seek_event):
4631 add vararg terminator (fixes #138169)
4633 2004-04-02 David Schleef <ds@schleef.org>
4635 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
4636 disted (bug #138914)
4638 2004-04-01 Benjamin Otte <otte@gnome.org>
4640 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
4641 (gst_alsa_close_audio):
4642 handle case better where a soundcard can't pause
4643 * ext/ogg/gstoggdemux.c:
4644 don't crash when we get events but don't have pads yet
4646 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
4648 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
4649 throw an error if we couldn't probe any caps.
4651 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
4653 * ext/dvdnav/gst-dvd:
4654 Add a really simple sample DVD player
4656 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
4658 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
4659 (gst_a52dec_push), (gst_a52dec_handle_event),
4660 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
4661 (gst_a52dec_change_state):
4662 * ext/a52dec/gsta52dec.h:
4663 Use a debug category, Output timestamps correctly
4664 Emit tag info, Handle events, tell liba52dec about cpu
4665 capabilities so it can use MMX etc.
4666 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
4667 Fix a crasher accessing invalid memory
4668 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
4669 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
4670 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
4671 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
4673 Some support for byte-format seeking.
4674 Small fixes for still frames and menu button overlays
4675 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
4676 (gst_mpeg2dec_alloc_buffer):
4677 Use a debug category. Adjust the report level of several items to
4678 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
4679 so it doesn't lose the GstBuffer pointer
4680 * gst/debug/Makefile.am:
4681 * gst/debug/gstdebug.c: (plugin_init):
4682 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
4683 (gst_navseek_base_init), (gst_navseek_class_init),
4684 (gst_navseek_init), (gst_navseek_seek),
4685 (gst_navseek_handle_src_event), (gst_navseek_set_property),
4686 (gst_navseek_get_property), (gst_navseek_chain),
4687 (gst_navseek_plugin_init):
4688 * gst/debug/gstnavseek.h:
4689 Add the navseek debug element for seeking back and forth in a
4690 video stream using arrow keys.
4691 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
4692 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
4693 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
4694 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
4695 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
4696 (gst_mpeg2subt_parse_header), (gst_get_nibble),
4697 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
4698 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
4699 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
4700 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
4701 * gst/mpeg2sub/gstmpeg2subt.h:
4702 Pretty much a complete rewrite. Now a loopbased element. May still
4703 require work to properly synchronise subtitle buffers.
4704 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
4705 (gst_dvd_demux_send_subbuffer):
4706 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
4707 Don't attempt to create subbuffers of size 0
4708 Reduce a couple of error outputs to warnings.
4709 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
4710 (gst_y4mencode_chain):
4711 Output the y4m frame header correctly.
4713 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
4715 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
4716 throw errors instead of allowing SIGFPE
4718 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
4720 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
4721 (gst_gconf_render_bin_from_key):
4722 leak plugging and style fixing
4724 2004-03-31 David Schleef <ds@schleef.org>
4726 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
4727 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
4729 * gst/debug/Makefile.am:
4730 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
4731 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
4733 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
4734 (gst_negotiation_base_init), (gst_negotiation_class_init),
4735 (gst_negotiation_init), (gst_negotiation_getcaps),
4736 (gst_negotiation_pad_link), (gst_negotiation_chain),
4737 (gst_negotiation_set_property), (gst_negotiation_get_property),
4738 (gst_negotiation_plugin_init): New element to talk about random
4739 negotiation things happening in a pipeline.
4741 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
4743 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
4744 fix integer addition with help of Stefan Kost
4746 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
4748 * po/nl.po: updated Dutch translation (Elros Cyriatan)
4750 2004-03-30 David Schleef <ds@schleef.org>
4752 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
4753 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
4754 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
4756 * ext/mpeg2dec/gstmpeg2dec.h:
4758 2004-03-30 David Schleef <ds@schleef.org>
4760 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
4762 2004-03-30 David Schleef <ds@schleef.org>
4764 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
4765 Michael Petullo) to handle .mov
4767 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
4769 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
4770 (gst_osselement_rate_check_rate):
4771 probe caps correctly for sound cards that only support one format
4773 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
4775 * ext/kio/kiosrc.cpp: (process_events):
4776 update handling event processing if inside KDE - untested
4778 2004-03-29 David Schleef <ds@schleef.org>
4780 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
4781 by 2 to not interfere with other colorspaces.
4782 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
4783 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
4784 one to not interfere with ffmpeg_colorspace.
4786 2004-03-29 David Schleef <ds@schleef.org>
4788 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
4790 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
4791 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
4793 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
4795 * gst-libs/gst/riff/riff-media.c:
4796 fail on error, don't try to set stuff on NULL caps
4798 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
4802 * ext/kio/Makefile.am:
4803 * ext/kio/kioreceiver.cpp:
4804 * ext/kio/kioreceiver.h:
4805 * ext/kio/kiosrc.cpp:
4807 add experimental kiosrc plugin
4808 * ext/alsa/gstalsaplugin.c: (plugin_init):
4809 initialize debugging category only when we're sure registering the
4812 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
4814 * examples/gstplay/player.c: (main):
4815 * gst-libs/gst/play/play.c: (gst_play_class_init),
4816 (gst_play_set_location), (gst_play_set_data_src),
4817 (gst_play_set_video_sink), (gst_play_set_audio_sink),
4818 (gst_play_set_visualization), (gst_play_connect_visualization):
4819 check return values of element_set_state and return FALSE where
4822 2004-03-29 Benjamin Otte <otte@gnome.org>
4824 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4825 try harder to check if an event is really a discont
4827 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
4829 * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
4832 2004-03-28 Benjamin Otte <otte@gnome.org>
4834 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
4835 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
4836 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
4837 get rid of non-standard "..." ranges in case statements.
4839 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
4841 * gst/mpegstream/gstmpegdemux.c:
4842 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
4843 specific functionality split to the new dvddemux element.
4844 * gst/mpegstream/gstdvddemux.c:
4845 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
4846 streams, derived from mpegdemux.
4847 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
4848 up. SCR based timestamp rewriting can be turned off (will probably
4849 completely disappear soon).
4850 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
4851 hacking. General cleanup. All printf statements replaced by
4852 debugging messages. Almost complete libdvdnav support.
4853 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
4854 by events. New properties for audio and subpicture languages.
4855 (dvdnavsrc_update_highlight): Now uses events.
4856 (dvdnavsrc_user_op): Cleaned up.
4857 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
4858 based). Lots of cleanup, and propper support for most libdvdnav
4860 (dvdnavsrc_make_dvd_event): New function.
4861 (dvdnavsrc_make_dvd_nav_packet_event): New function.
4862 (dvdnavsrc_make_clut_change_event): New function.
4864 2004-03-26 Benjamin Otte <otte@gnome.org>
4866 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
4867 fix bug where typefinding would claim it's theora whenever less then
4868 7 bytes of data were available
4870 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
4872 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
4873 (gst_alawdec_base_init), (gst_alawdec_class_init),
4874 (gst_alawdec_init), (gst_alawdec_chain):
4875 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
4876 (gst_alawenc_base_init), (gst_alawenc_class_init),
4877 (gst_alawenc_init), (gst_alawenc_chain):
4878 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
4879 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
4880 (gst_mulawdec_init), (gst_mulawdec_chain):
4881 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
4882 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
4883 (gst_mulawenc_init), (gst_mulawenc_chain):
4884 Fix capsnego in all four, remove the unused property functions and
4885 simplify the chain functions slightly. I guess we could use macros
4886 or something similar for those, since the code is so similar, but
4887 I'm currently too lazy...
4889 2004-03-24 David Schleef <ds@schleef.org>
4891 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
4892 (gst_osselement_close_audio), (gst_osselement_probe_caps),
4893 (gst_osselement_get_format_structure),
4894 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
4895 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
4896 (gst_osselement_rate_int_compare): Add code to handle rate probing
4898 * sys/oss/gstosselement.h: same
4899 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
4900 Use rate probing provided by osselement.
4901 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
4903 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
4905 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
4906 (gst_xvidenc_get_property):
4909 2004-03-24 David Schleef <ds@schleef.org>
4911 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
4912 (gst_speexdec_init):
4913 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
4914 (gst_speexenc_init): Create the pad template correctly (from
4915 the static pad template, not a NULL pointer.)
4917 2004-03-25 Benjamin Otte <otte@gnome.org>
4919 * gst/debug/Makefile.am:
4920 * gst/debug/breakmydata.c:
4921 add element that quasi-randomly changes bytes in the stream.
4922 Intended use is robustness checking of demuxers and decoders in
4925 2004-03-24 Benjamin Otte <otte@gnome.org>
4927 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
4928 (gst_alsa_probe_hw_params):
4929 * ext/alsa/gstalsa.h:
4930 debugging output fixes
4932 2004-03-24 Benjamin Otte <otte@gnome.org>
4934 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
4935 don't g_return_if_fail if element is PLAYING, fail silently as every
4937 * gst/effectv/gstquark.c: (gst_quarktv_chain):
4938 only fix needed for cast lvalue issues in gst-plugins
4939 * gst/volenv/gstvolenv.c: (gst_volenv_init):
4942 2004-03-24 Benjamin Otte <otte@gnome.org>
4944 * gst/level/gstlevel.c: (gst_level_init):
4945 add proxying getcaps function, so level doesn't advertise impossible
4948 2004-03-24 David Schleef <ds@schleef.org>
4950 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
4951 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
4952 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
4953 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
4954 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
4955 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
4956 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
4957 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
4958 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
4959 messages. Divide the chunk size by the compression ratio
4960 (needed for MACE audio)
4962 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
4964 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4965 Fix buffer overflow read error.
4967 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
4969 * ext/alsa/gstalsa.h:
4970 Remove unused entry.
4971 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4973 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
4974 (gst_videodrop_link), (gst_videodrop_chain):
4975 Fix, sort of. Was horribly broken with new capsnego. Bah...
4977 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
4979 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
4981 Add a monkeysaudio typefind function
4983 2004-03-23 Johan Dahlin <johan@gnome.org>
4985 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
4986 (gst_play_video_fixate): Check so the structure has the field
4987 before trying to fixate them, this makes it possible to have
4988 fakesinks for video and audio output without printing errors on
4991 2004-03-22 David Schleef <ds@schleef.org>
4993 * sys/oss/Makefile.am:
4994 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
4995 (check_rate), (add_rate): Rate probing test app.
4997 2004-03-21 Benjamin Otte <otte@gnome.org>
4999 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5000 (_fixate_caps_to_int), (gst_audio_convert_fixate):
5001 add a fixation function that pretty much does the right thing (fixes
5004 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
5006 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
5008 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
5010 reviewed by: Benjamin Otte <otte@gnome.org>
5012 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
5013 terminate gst_event_new_discontinuous correctly (fixes parts of
5016 2004-03-19 David Schleef <ds@schleef.org>
5018 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
5019 since it doesn't depend on X, and it's part of our ABI.
5021 2004-03-19 Iain <iain@prettypeople.org>
5023 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
5024 is_int in the structure, not the local variable.
5026 2004-03-19 David Schleef <ds@schleef.org>
5028 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
5029 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
5030 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
5031 Improvements in caps negotiation.
5033 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5037 adding Afrikaans (Petri Jooste)
5039 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5041 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5042 (gst_ffmpegcolorspace_chain):
5043 throw error instead of g_critical (#137588)
5045 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
5049 dist common and m4 correctly
5052 2004-03-17 David Schleef <ds@schleef.org>
5054 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
5057 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
5061 adding Swedish translation (Christian Rose)
5063 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
5065 * Makefile.am: use release.mak
5067 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5070 * common/gst-autogen.sh:
5071 add some explanation about the version detection
5075 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5077 * configure.ac: bump nano to 1
5079 === release 0.8.0 ===
5081 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5083 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
5085 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
5088 update libtool version
5089 * gst-libs/gst/media-info/Makefile.am:
5090 actually use libtool version
5092 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5094 * configure.ac: fix speex detection to work with 1.0 but not 1.1
5096 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5099 * gst-plugins.spec.in:
5100 * pkgconfig/Makefile.am:
5101 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5102 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5103 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5104 * pkgconfig/gstreamer-libs.pc.in:
5105 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5106 * pkgconfig/gstreamer-play-uninstalled.pc.in:
5107 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
5108 * pkgconfig/gstreamer-plugins.pc.in:
5109 remove @VERSION@ from some of the pc files since core and plugins
5111 created gstreamer-plugins.pc as it's a better name, but keeping
5112 -libs around for now to get fixes upstream done first.
5114 2004-03-15 Julien MOUTTE <julien@moutte.net>
5116 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
5117 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
5118 * gst-libs/gst/play/play.h:
5120 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5122 * *.c, *.cc: don't mix tabs and spaces
5124 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5126 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
5127 use the new ffmpegcolorspace
5128 * gst-plugins.spec.in:
5129 package new colorspace and media-info
5131 * pkgconfig/Makefile.am:
5132 fix some more disting issues
5133 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5134 * pkgconfig/gstreamer-media-info.pc.in:
5135 generate media-info pc files
5137 2004-03-15 Johan Dahlin <johan@gnome.org>
5139 * *.h: Revert indenting
5141 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5144 adding ffmpegcolorspace element
5145 * gst/ffmpegcolorspace/Makefile.am:
5146 * gst/ffmpegcolorspace/avcodec.h:
5147 * gst/ffmpegcolorspace/common.h:
5148 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
5149 * gst/ffmpegcolorspace/dsputil.h:
5150 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
5151 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5152 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
5153 (gst_ffmpeg_caps_to_pix_fmt):
5154 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
5155 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5156 (gst_ffmpegcolorspace_caps_remove_format_info),
5157 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
5158 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
5159 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
5160 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
5161 (gst_ffmpegcolorspace_set_property),
5162 (gst_ffmpegcolorspace_get_property),
5163 (gst_ffmpegcolorspace_register):
5164 * gst/ffmpegcolorspace/imgconvert.c:
5165 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
5166 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
5167 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
5168 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
5169 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
5170 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
5171 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
5172 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
5173 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
5174 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
5175 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
5176 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
5177 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
5178 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
5179 (img_get_alpha_info), (deinterlace_line),
5180 (deinterlace_line_inplace), (deinterlace_bottom_field),
5181 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
5182 * gst/ffmpegcolorspace/imgconvert_template.h:
5183 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
5184 * gst/ffmpegcolorspace/mmx.h:
5185 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
5186 adding ffmpegcolorspace element supplied by Ronald after cleaning
5187 up and pulling in the right bits of upstream source.
5188 I'm sure a better C/compiler wizard could do some cleaning up (for
5189 example use GLIB's malloc stuff), but as a first pass this
5192 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
5194 * ext/alsa/gstalsa.h:
5195 I assume Ronald forgot to commit the change to have cardname
5196 as a struct member. Expect some public spanking at the next
5199 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
5201 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
5202 (gst_alsa_open_audio), (gst_alsa_close_audio):
5203 * ext/alsa/gstalsa.c:
5204 Don't open the device if we're a mixer (= padless).
5205 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
5206 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
5207 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
5208 Open mixer during state change rather than during object
5209 initialization. Also, get a device name. Currently in a somewhat
5210 hackish fashion, but I didn't really find something better.
5212 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
5214 * *.c, *.h: run gst-indent
5216 2004-03-14 Benjamin Otte <otte@gnome.org>
5218 * gst/modplug/gstmodplug.cc:
5219 * gst/modplug/gstmodplug.h:
5220 set correct timestamps on outgoing buffers
5222 2004-03-14 Benjamin Otte <otte@gnome.org>
5224 * gst/modplug/gstmodplug.cc:
5225 handle events - don't do crap when a discont arrives that's not
5227 This allows correct loading and playback of mods in Rhythmbox
5229 2004-03-14 Benjamin Otte <otte@gnome.org>
5232 * gst-libs/gst/gconf/Makefile.am:
5233 * pkgconfig/Makefile.am:
5234 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
5235 they get rebuilt properly
5237 when checking for vorbis, try pkgconfig first.
5238 * gst/modplug/gstmodplug.cc:
5241 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
5243 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5244 Fix for obvious mistake, where we first shift the offset and then
5245 read a samplesize element assuming the old offset. Note that this
5246 part still has something weird, i.e. my movies containing those
5247 don't actually play well, but at least there's something that looks
5250 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
5251 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
5253 Add a typefind function for speex format
5255 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
5257 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
5258 (gst_asf_demux_setup_pad):
5259 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
5260 instead of 0. Reason is simple: some elements have a fps range
5261 of 1-max instead of 0-max. So now ASF video actually works.
5263 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
5267 adding serbian as a language
5269 2004-03-13 Benjamin Otte <otte@gnome.org>
5271 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
5272 return taglist correctly from _get function, don't gst_pad_push it.
5275 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
5276 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5278 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
5280 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
5281 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
5282 (gst_alsa_mixer_track_new):
5283 * ext/alsa/gstalsamixertrack.h:
5284 Fix ancient leftovers... MixerTrack is a GObject.
5286 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
5288 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
5289 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5290 Don't block during probing...
5292 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
5294 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
5295 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
5296 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
5297 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
5298 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
5299 (gst_alsa_open_audio), (gst_alsa_close_audio):
5300 * ext/alsa/gstalsa.h:
5301 Add propertyprobe interface implementation, add some device-name
5302 property, all this so that it looks good in gnome-volume-control.
5304 2004-03-12 David Schleef <ds@schleef.org>
5306 * configure.ac: the Hermes library controls hermescolorspace, not
5308 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
5309 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
5311 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
5312 * ext/sdl/sdlvideosink.h: ditto.
5313 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
5315 2004-03-12 Benjamin Otte <otte@gnome.org>
5317 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
5318 (gst_x_overlay_got_xwindow_id):
5319 * gst-libs/gst/xoverlay/xoverlay.h:
5320 replace XID with unsigned long to get rid of the xlibs dependency in
5321 XOverlay (fixes #137004)
5323 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
5324 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
5325 (gst_agingtv_setup):
5326 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
5327 (gst_dicetv_base_init), (gst_dicetv_class_init),
5328 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
5329 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
5330 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
5331 (gst_edgetv_setup), (gst_edgetv_rgb32):
5332 * gst/effectv/gsteffectv.c:
5333 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
5334 (gst_quarktv_set_property):
5335 * gst/effectv/gstrev.c: (gst_revtv_get_type),
5336 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
5337 (gst_revtv_setup), (gst_revtv_rgb32):
5338 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
5339 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
5340 (gst_shagadelictv_init), (gst_shagadelictv_setup),
5341 (gst_shagadelictv_rgb32):
5342 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
5343 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
5344 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
5345 * gst/effectv/gstwarp.c:
5346 Port everything that can be ported to videofilter and fix up the caps.
5347 Can someone with a big-endian machine please check these?
5349 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
5351 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
5352 (gst_osssink_chain), (gst_osssink_change_state):
5353 Latest fixes for A/V sync, audio playback and such. This is about
5354 all... MPEG playback issues are mostly related to the async build-
5355 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
5357 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
5359 patch from: Stephane Loeuillet
5362 use pkg-config for some libraries, falling back to the old .m4 way
5367 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
5370 * tools/Makefile.am:
5371 * tools/Makefile.in:
5372 * tools/gst-launch-ext-m.m:
5373 * tools/gst-launch-ext.1.in:
5374 * tools/gst-visualise-m.m:
5375 * tools/gst-visualise.1:
5376 * tools/gst-visualise.1.in:
5377 reorganizing generation of script tools
5379 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
5381 * ext/divx/gstdivxdec.c:
5382 Downgrade priority. We prefer ffdec_mpeg4.
5383 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
5384 (gst_faad_chain), (gst_faad_change_state):
5385 Fix capsnego. Doesn't work for some sounds because we don't have
5386 a 5:1 to stereo element.
5387 * ext/xvid/gstxvid.c: (plugin_init):
5389 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
5390 (gst_osssink_change_state):
5391 Add discont handling.
5393 2004-03-09 Colin Walters <walters@verbum.org>
5395 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
5398 2004-03-09 Benjamin Otte <otte@gnome.org>
5400 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
5401 the signals take 2 arguments
5403 2004-03-09 David Schleef <ds@schleef.org>
5405 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
5406 (gst_alsa_fixate): Add fixate function. (bug #136686)
5407 * ext/alsa/gstalsa.h:
5408 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
5410 2004-03-09 Benjamin Otte <otte@gnome.org>
5412 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
5413 (gst_mikmod_change_state):
5414 * ext/mikmod/gstmikmod.h:
5415 make mikmod's loop function not loop infinitely and call
5416 gst_element_yield anymore
5417 * gst/modplug/gstmodplug.cc:
5418 fix pad negotiation (fixes #136590)
5420 2004-03-09 David Schleef <ds@schleef.org>
5422 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
5423 doesn't conflict with the internal colorspace plugin.
5424 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
5425 satisfy the crappy-ass shell shipped by a certain vendor.
5426 * gst/videofilter/make_filter: same (bug #135299)
5428 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5430 * configure.ac: bump nano to 1
5432 === release 0.7.6 ===
5434 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5436 * configure.in: releasing 0.7.6, "There"
5438 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5440 * pkgconfig/gstreamer-play-uninstalled.pc.in:
5441 * pkgconfig/gstreamer-play.pc.in:
5444 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5446 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
5447 (cdparanoia_open), (cdparanoia_event):
5448 fix/add error handling
5450 add cdparanoia source
5451 * tools/Makefile.am:
5452 make scripts executable
5454 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
5457 * ext/vorbis/Makefile.am:
5459 remove id3types, vorbisfile and xvideosink from the build (#133783)
5461 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
5463 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
5464 Fix metadata read crash (#136537).
5466 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
5468 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
5469 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
5470 adding mime types, fixing the one-stop function
5472 2004-03-08 Christian Schaller <Uraeus@gnome.org>
5474 * ext/nas/nassink.c and /ext/nas/nassink.h:
5475 More NAS love from Arwed von Merkatz
5476 So lets all sing 'Can you feel the NAS tonight'
5478 2004-03-08 Christian Schaller <Uraeus@gnome.org>
5480 * tools/gst-launch-ext.in:
5481 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
5483 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
5485 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
5486 (gst_mpeg2dec_init):
5487 remove the user_data pad for now, because it is being used in
5488 fixating causing MPEG playback to fixate on 1000 Hz for playback.
5489 If someone knows how to fix this properly, please do.
5491 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
5493 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5494 (gst_osssink_get_time):
5495 add a warning, IMO this won't get triggered anymore, remove later
5497 2004-03-07 David Schleef <ds@schleef.org>
5499 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
5500 format (bug #136470)
5502 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
5504 * gst-libs/Makefile.am:
5505 * gst-libs/gst/media-info/Makefile.am:
5506 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
5507 (error_callback), (gst_media_info_error_create),
5508 (gst_media_info_error_element), (gmip_init), (gmip_reset),
5509 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
5510 * gst-libs/gst/media-info/media-info-priv.h:
5511 * gst-libs/gst/media-info/media-info-test.c: (main):
5512 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
5513 (gst_media_info_class_init), (gst_media_info_instance_init),
5514 (gst_media_info_set_source), (gst_media_info_read_with_idler),
5515 (gst_media_info_read_idler), (gst_media_info_read):
5516 * gst-libs/gst/media-info/media-info.h:
5517 fixed, should work now
5519 2004-03-07 Christian Schaller <Uraeus@gnome.org>
5521 * ext/nas/nassink.c:
5522 A bunch of NAS fixes from Arwed von Merkatz
5524 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
5526 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
5527 (qtdemux_parse_trak):
5528 Fix crash (j might be greater than n_samples, in which case we're
5529 writing outside the allocated space for the array) and memleak.
5531 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
5533 * sys/oss/gstosssink.c: (gst_osssink_chain):
5534 And another caller that couldn't handle delay < 0 (unsigned
5535 integer overflow). Video now continues playing on an audio
5536 buffer underrun, and the clock continues working. Audio still
5539 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
5541 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5542 (gst_osssink_get_time):
5543 get_delay() may return values lower than 0. In those cases, we
5544 should not actually cast to *unsigned* int64, that will break
5545 stuff horribly. In my case, it screwed up A/V sync in movies
5546 in totem rather badly.
5548 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5550 * ext/faac/gstfaac.c: (gst_faac_chain):
5551 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
5552 * ext/libpng/gstpngenc.c: (user_write_data):
5553 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
5554 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
5555 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
5556 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
5557 Fix several misuse of gst_buffer_merge (it doesn't take ownership
5558 of any buffer), should fix some leaks. I hope I didn't unref buffers
5559 that shouldn't be...
5561 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5563 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
5564 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
5565 (error_callback), (gmi_reset), (gmi_seek_to_track),
5566 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
5567 (gmip_find_type_post), (gmip_find_stream_post),
5568 (gmip_find_track_streaminfo_post):
5569 * gst-libs/gst/media-info/media-info-priv.h:
5570 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
5571 (info_print), (main):
5572 * gst-libs/gst/media-info/media-info.c:
5573 (gst_media_info_error_create), (gst_media_info_error_element),
5574 (gst_media_info_instance_init), (gst_media_info_get_property),
5575 (gst_media_info_new), (gst_media_info_set_source),
5576 (gst_media_info_read_idler), (gst_media_info_read):
5577 * gst-libs/gst/media-info/media-info.h:
5578 first pass at making this work again. This seems to work on
5579 tagged ogg/vorbis and mp3 files.
5581 2004-03-06 Benjamin Otte <otte@gnome.org>
5583 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5584 fix huge leak: gst_buffer_merge doesn't unref the first argument
5587 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5589 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
5590 report layer/mode/emphasis
5592 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5594 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
5596 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5598 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
5601 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5603 * ext/vorbis/vorbis.c: (plugin_init):
5604 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
5605 (gst_vorbis_dec_init), (vorbis_dec_event):
5607 make vorbisdec handle _BYTE and _TIME queries
5609 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5611 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
5612 from the xing header
5614 2004-03-06 Benjamin Otte <otte@gnome.org>
5616 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
5617 (gst_audio_convert_link), (gst_audio_convert_change_state),
5618 (gst_audio_convert_buffer_from_default_format):
5619 do conversions from/to float correctly, fix some caps nego errors,
5620 export correct supported caps in template and getcaps, use correct
5621 caps in try_set_caps functions
5623 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5625 For some reason, I only committed a ChangeLog entry yesterday and
5626 not the corresponding code...
5627 * ext/mad/gstmad.c: Fix detection of Xing headers
5628 * gst/tags/gstid3tag.c: Changes to support TLEN tags
5630 2004-03-06 Benjamin Otte <otte@gnome.org>
5632 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
5633 (gst_ogg_demux_src_query):
5634 make sure to handle the case where there's no current chain
5637 2004-03-05 David Schleef <ds@schleef.org>
5639 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
5640 Add fixate function. (bug #131128)
5641 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
5642 (gst_sdlvideosink_fixate): Add fixate function.
5643 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5644 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
5645 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
5646 Fix missing break that was causing ulaw to be interpreted as
5649 2004-03-05 David Schleef <ds@schleef.org>
5651 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
5652 Fix code that ignores return value of gst_buffer_merge().
5654 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
5655 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
5656 * testsuite/gst-lint: Check for above.
5658 2004-03-05 David Schleef <ds@schleef.org>
5660 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
5661 caps and throw an element error. (bug #136334)
5663 2004-03-05 David Schleef <ds@schleef.org>
5665 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
5666 (gst_faad_chain): Fix negotiation.
5667 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
5668 key and button events.
5669 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
5671 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
5673 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
5674 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
5675 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
5676 function to encourage better negotiation, particularly between
5677 audioconvert and osssink.
5678 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5679 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
5681 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
5683 * gst/vbidec/vbiscreen.c: Add glib header
5684 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
5686 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
5688 * ext/mad/gstmad.c: Fix detection of Xing headers
5689 * gst/tags/gstid3tag.c: Changes to support TLEN tags
5691 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
5693 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
5694 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
5697 2004-03-06 Christophe Fergeau <teuf@gnome.org>
5699 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
5700 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
5701 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
5702 files, and report the parsed length as a GST_TAG_DURATION tag.
5703 * gst/tags/gstid3tag.c: support TLEN (duration) tag
5705 2004-03-05 Benjamin Otte <otte@gnome.org>
5707 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
5708 convert channels correctly. convert correctly to unsigned.
5710 2004-03-05 Julien MOUTTE <julien@moutte.net>
5712 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
5713 we have a window before clearing it.
5715 2004-03-05 Julien MOUTTE <julien@moutte.net>
5717 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
5718 have a window before clearing it.
5720 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
5722 * gconf/gstreamer.schemas.in:
5723 * gst-libs/gst/gconf/Makefile.am:
5724 version installation path the same way as for 0.6
5725 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5726 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
5727 * pkgconfig/gstreamer-play-uninstalled.pc.in:
5728 remove comment that was fixed
5730 2004-03-05 David Schleef <ds@schleef.org>
5732 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
5733 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
5734 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
5735 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
5736 Add prototype code for handling seeking and querying.
5738 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
5740 * examples/gstplay/player.c: (main):
5741 Initialize variables to NULL. Prevents a segfault because the
5742 (uninitialized) variable is not NULL, resulting in a crash on
5743 trying to reach error->message.
5745 2004-03-05 Benjamin Otte <otte@gnome.org>
5747 * gst/audioconvert/gstaudioconvert.c:
5748 (gst_audio_convert_buffer_to_default_format):
5749 make float=>int conversion work correctly even in cornercases.
5751 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
5753 * debian/README.Debian:
5754 * debian/build-deps:
5757 * debian/control.in:
5759 * debian/gstreamer-a52dec.files:
5760 * debian/gstreamer-aa.files:
5761 * debian/gstreamer-alsa.files:
5762 * debian/gstreamer-alsa.manpages:
5763 * debian/gstreamer-arts.files:
5764 * debian/gstreamer-artsd.files:
5765 * debian/gstreamer-audiofile.files:
5766 * debian/gstreamer-avifile.files:
5767 * debian/gstreamer-cdparanoia.files:
5768 * debian/gstreamer-colorspace.files:
5769 * debian/gstreamer-doc.files:
5770 * debian/gstreamer-dv.files:
5771 * debian/gstreamer-dvd.files:
5772 * debian/gstreamer-esd.files:
5773 * debian/gstreamer-festival.files:
5774 * debian/gstreamer-flac.files:
5775 * debian/gstreamer-gconf.conffiles:
5776 * debian/gstreamer-gconf.files:
5777 * debian/gstreamer-gconf.postinst:
5778 * debian/gstreamer-gnomevfs.files:
5779 * debian/gstreamer-gsm.files:
5780 * debian/gstreamer-http.files:
5781 * debian/gstreamer-jack.files:
5782 * debian/gstreamer-jpeg.files:
5783 * debian/gstreamer-mad.files:
5784 * debian/gstreamer-mikmod.files:
5785 * debian/gstreamer-misc.files:
5786 * debian/gstreamer-mpeg2dec.files:
5787 * debian/gstreamer-oss.files:
5788 * debian/gstreamer-plugin-apps.files:
5789 * debian/gstreamer-plugin-apps.manpages:
5790 * debian/gstreamer-plugin-libs-dev.files:
5791 * debian/gstreamer-plugin-libs.files:
5792 * debian/gstreamer-plugin-template.postinst:
5793 * debian/gstreamer-plugin-template.postrm:
5794 * debian/gstreamer-sdl.files:
5795 * debian/gstreamer-sid.files:
5796 * debian/gstreamer-vorbis.files:
5797 * debian/gstreamer-x.files:
5798 * debian/mk.control:
5800 Debian package info not maintained here.
5802 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
5804 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
5805 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
5806 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
5807 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
5808 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
5809 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
5810 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
5811 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
5812 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
5813 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
5814 * gst-libs/gst/colorbalance/colorbalance.c:
5815 (gst_color_balance_class_init):
5816 * gst-libs/gst/colorbalance/colorbalancechannel.c:
5817 (gst_color_balance_channel_class_init):
5818 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
5819 * gst-libs/gst/play/play.c: (gst_play_class_init):
5820 * gst-libs/gst/propertyprobe/propertyprobe.c:
5821 (gst_property_probe_iface_init):
5822 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
5823 * gst-libs/gst/tuner/tunerchannel.c:
5824 (gst_tuner_channel_class_init):
5825 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
5826 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
5827 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
5828 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
5829 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
5830 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5831 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5832 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
5833 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
5834 fix signals to use - instead of _
5835 * ext/libcaca/gstcacasink.h:
5836 * ext/sdl/sdlvideosink.h:
5839 2004-03-04 David Schleef <ds@schleef.org>
5841 * testsuite/gst-lint: Add a check for bad signal names.
5843 2004-03-04 <kost@imn.htwk-leipzig.de>
5845 reviewed by David Schleef
5847 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
5848 modified the alpha channel and caused a warning. (bug #136192)
5850 2004-04-03 Christian Schaller <Uraeus@gnome.org>
5852 * gst-plugins.spec.in:
5853 Change names of plugins to actually be correct. Try to keep things
5854 alphabetical to avoid getting beat up by Thomas
5856 2004-03-03 Julien MOUTTE <julien@moutte.net>
5858 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
5859 Using ximagesink as a default if no gconf key found. We should
5860 probably consider using alsasink instead of osssink for the audio
5863 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
5866 fix --with-plugins, don't think it ever worked before
5867 * gst-plugins.spec.in:
5870 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
5872 * ext/sdl/sdlvideosink.h:
5873 * sys/ximage/ximagesink.h:
5874 * sys/xvideo/xvideosink.h:
5875 * sys/xvimage/xvimagesink.h:
5876 Fix for move of gstvideosink.h -> videosink.h.
5878 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
5880 * gst-libs/gst/xwindowlistener/Makefile.am:
5881 this is a plugin library, not a library
5883 2004-03-01 David Schleef <ds@schleef.org>
5885 * AUTHORS: Added some names. Add yourself if you're still
5888 2004-03-01 David Schleef <ds@schleef.org>
5892 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
5894 * gst-plugins.spec.in: clean up spec file
5896 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
5898 * gst-libs/gst/video/Makefile.am:
5899 * gst-libs/gst/video/gstvideosink.c:
5900 * gst-libs/gst/video/gstvideosink.h:
5901 rename gstvideosink.h to videosink.h to match other headers
5902 * gst/mixmatrix/Makefile.am:
5904 * gst/tags/Makefile.am: fix plugin filename
5906 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
5908 * gst/tags/Makefile.am: fix plugin filename
5910 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
5912 * examples/gstplay/player.c: (got_time_tick), (main):
5914 display time_tick more readably
5915 * gst/mixmatrix/Makefile.am:
5916 fix plugin file name
5918 2004-02-29 Christophe Fergeau <teuf@gnome.org>
5920 * sys/oss/gstosselement.c: (gst_osselement_probe),
5921 (device_combination_append), (gst_osselement_class_probe_devices):
5922 * sys/oss/gstosselement.h:
5923 Reworked enumeration of oss dsps and mixers so that gst-mixer works
5924 on my system using alsa oss emulation, fixes bug #135597
5926 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
5928 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
5929 (gst_videodrop_chain), (gst_videodrop_change_state):
5930 * gst/videodrop/gstvideodrop.h:
5931 Work based on timestamp of input data, not based on the expected
5932 framerate from the input. The consequence is that this element now
5933 not only scales framerates, but also functions as a framerate
5934 corrector or framerate stabilizer/constantizer.
5936 2004-02-27 David Schleef <ds@schleef.org>
5938 patches from jmmv@menta.net (Julio M. Merino Vidal)
5940 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
5941 GST_ELEMENT_ERROR call (bug #135634)
5942 * gst/interleave/interleave.c: (interleave_buffered_loop),
5943 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
5944 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
5945 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
5946 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
5947 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
5948 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
5949 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
5950 Fix GST_ELEMENT_ERROR call.
5951 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
5952 GST_ELEMENT_ERROR call.
5954 2004-02-27 Benjamin Otte <otte@gnome.org>
5956 * gst-libs/gst/audio/audio.h:
5957 add macro to make sure header isn't included twice
5958 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
5959 don't use gst_buffer_free
5960 * gst/playondemand/filter.func:
5961 don't use gst_data_free. Free data only once.
5963 2004-02-26 David Schleef <ds@schleef.org>
5965 * gst-libs/gst/colorbalance/Makefile.am:
5966 * gst-libs/gst/mixer/Makefile.am:
5967 * gst-libs/gst/tuner/Makefile.am:
5968 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
5969 should not be disted, -marshal.h files should not be installed,
5970 and -enum.h files _should_ be installed. Fix to make this the
5973 === release 0.7.5 ===
5975 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
5977 * configure.ac: release 0.7.5, "Under The Sea"
5979 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
5981 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5982 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
5983 * gst/videoscale/gstvideoscale.c:
5984 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
5985 assorted debug/warning fixes
5987 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
5989 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
5990 (gst_videoscale_init), (gst_videoscale_chain),
5991 (gst_videoscale_set_property), (plugin_init):
5992 * gst/videoscale/gstvideoscale.h:
5993 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
5994 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
5995 (gst_videoscale_planar400), (gst_videoscale_packed422),
5996 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
5997 (gst_videoscale_24bit), (gst_videoscale_16bit),
5998 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
5999 (gst_videoscale_scale_plane_slow),
6000 (gst_videoscale_scale_point_sample),
6001 (gst_videoscale_scale_nearest),
6002 (gst_videoscale_scale_nearest_str2),
6003 (gst_videoscale_scale_nearest_str4),
6004 (gst_videoscale_scale_nearest_32bit),
6005 (gst_videoscale_scale_nearest_24bit),
6006 (gst_videoscale_scale_nearest_16bit):
6007 add debugging category and use it properly
6008 fix use of GST_PTR_FORMAT
6010 2004-02-25 Andy Wingo <wingo@pobox.com>
6012 * gst/interleave/interleave.c (interleave_buffered_loop): Always
6013 push only when channel->buffer is NULL. Prevents segfaults doing
6014 the state change after a nonlocal exit, like a scheme exception.
6016 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
6017 Handle the case where the intersected caps is empty.
6019 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
6021 * gst/law/mulaw-decode.c: (mulawdec_link):
6022 * gst/law/mulaw.c: (plugin_init):
6023 fix mulawdec so it actually works again
6025 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
6027 reviewed by: David Schleef <ds@schleef.org>
6029 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
6030 (gst_gamma_init), (gst_gamma_set_property),
6031 (gst_gamma_get_property), (gst_gamma_calculate_tables),
6032 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
6033 for RGB, with separate r g and b correction factors. (#131167)
6035 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
6037 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6038 only signal tags for bitrate if they're > 0 (#134894)
6040 2004-02-24 David Schleef <ds@schleef.org>
6042 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
6043 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
6044 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
6045 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
6046 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
6047 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
6048 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
6049 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
6050 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
6051 category. Attempt to fix timestamp calculation.
6053 2004-02-24 Johan Dahlin <johan@gnome.org>
6055 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
6057 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
6060 * gconf/Makefile.am:
6061 * gconf/gstreamer.schemas:
6062 * gst-libs/gst/gconf/Makefile.am:
6063 * gst-libs/gst/gconf/gconf.c:
6064 version gconf schemas and install locations
6066 2004-02-23 Benjamin Otte <otte@gnome.org>
6068 * ext/xine/xineinput.c: (gst_xine_input_dispose):
6069 (gst_xine_input_subclass_init):
6070 call parent dispose.
6071 change pad template for CD reader correctly
6072 * ext/xine/Makefile.am:
6073 * ext/xine/gstxine.h:
6074 * ext/xine/xine.c: (plugin_init):
6075 * ext/xine/xineaudiosink.c:
6076 wrap audio sinks, too
6077 * gst-libs/gst/resample/private.h:
6078 * gst-libs/gst/resample/resample.c: (gst_resample_init),
6079 (gst_resample_reinit), (gst_resample_scale),
6080 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
6081 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
6082 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
6083 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
6084 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
6085 * gst-libs/gst/resample/resample.h:
6086 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
6087 (gst_audioscale_class_init), (gst_audioscale_link),
6088 (gst_audioscale_get_buffer), (gst_audioscale_init),
6089 (gst_audioscale_chain), (gst_audioscale_set_property),
6090 (gst_audioscale_get_property):
6091 * gst/audioscale/gstaudioscale.h:
6092 s/resample_*/gst_resample_*/i to not clobber namespaces
6094 2004-02-23 Julien MOUTTE <julien@moutte.net>
6096 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6097 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6098 (gst_riff_create_video_template_caps),
6099 (gst_riff_create_audio_template_caps),
6100 (gst_riff_create_iavs_template_caps):
6101 * gst-libs/gst/riff/riff-media.h:
6102 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
6103 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
6104 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
6105 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6106 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6107 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
6108 (gst_matroska_demux_plugin_init): First batch implementing audio and
6109 video codec tags in demuxers.
6111 2004-02-22 Benjamin Otte <otte@gnome.org>
6113 * ext/xine/Makefile.am:
6114 * ext/xine/gstxine.h:
6115 * ext/xine/xine.c: (plugin_init):
6116 * ext/xine/xineinput.c:
6117 add input plugin wrapper. Playback from files, http, mms and cdda
6119 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
6120 remove leftover G_GNUC_UNUSED
6121 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
6122 (gst_asf_demux_identify_guid):
6123 improve debugging output
6125 2004-02-22 Benjamin Otte <otte@gnome.org>
6127 reported by: Padraig O'Briain <padraig.obriain@sun.com>
6130 replace test -e with test -x for mkinstalldirs to be more portable.
6133 2004-02-22 Benjamin Otte <otte@gnome.org>
6135 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
6137 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
6139 * gst/volume/gstvolume.c: (plugin_init):
6143 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
6145 reviewed by Benjamin Otte <otte@gnome.org>
6147 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
6148 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
6150 2004-02-22 Benjamin Otte <otte@gnome.org>
6153 export [_]*{gst,Gst,GST}.* symbols from plugins
6155 2004-02-22 Christophe Fergeau <teuf@gnome.org>
6157 reviewed by: Benjamin Otte <otte@gnome.org>
6159 * ext/lame/gstlame.c: (add_one_tag):
6160 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6161 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
6162 (gst_vorbisenc_metadata_set1):
6163 * gst/tags/gstid3tag.c:
6164 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
6165 apply fixes from bugs #135042 (lame can't write tags) and #133817
6166 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
6168 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
6170 * configure.ac: Export only gst_plugin_desc from plugins.
6171 Note that this change only makes any effect with Linux using libtool
6172 1.5.2 or higher. Otherwise it is silently ignored, but it would build
6173 fine. And don't try to have several versions of libtool in different
6176 2004-02-20 Andy Wingo <wingo@pobox.com>
6178 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
6179 interleave respectively.
6181 * gst/interleave/deinterleave.c: New plugin: deinterleave
6182 (replaces on oneton).
6183 * gst/interleave/interleave.c: New plugin: interleave.
6184 * gst/interleave/plugin.h: Support file.
6185 * gst/interleave/plugin.c: Support file.
6187 * configure.ac: Remove intfloat and oneton, add interleave.
6189 * ext/sndfile/gstsf.c: Handle events better.
6191 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
6192 and float2int operation. int2float has scheduling problems as
6193 noted in in2float_chain.
6195 2004-02-20 Benjamin Otte <otte@gnome.org>
6197 * ext/xine/Makefile.am:
6198 * ext/xine/gstxine.h:
6200 * ext/xine/xineaudiodec.c:
6201 * ext/xine/xinecaps.c:
6202 add first version of xine plugin wrapper. Currently only wraps the
6203 QDM2 win32 DLL, and even that only in proof-of-concept quality.
6206 add xine plugin wrapper, disabled by default. Use --enable-xine to
6207 build. Note that it'll segfault on gst-register if you don't remove
6208 the goom and tvtime post plugins from xine.
6209 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6210 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
6211 add extradata parsing for QDM2.
6212 change around debugging prints.
6214 2004-02-19 Benjamin Otte <otte@gnome.org>
6216 * ext/lame/gstlame.c: (gst_lame_chain):
6217 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6218 use gst_tag_list_insert when you want to insert tags
6220 2004-02-18 David Schleef <ds@schleef.org>
6222 * configure.ac: Move massink to gst-rotten
6224 * ext/mas/Makefile.am:
6225 * ext/mas/massink.c:
6226 * ext/mas/massink.h:
6228 2004-02-18 David Schleef <ds@schleef.org>
6230 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
6231 typefinding, since it seems to be worse than nothing.
6232 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
6233 atom to recognize .mp4 and .m4a files as video/quicktime.
6235 2004-02-18 David Schleef <ds@schleef.org>
6237 * gst/sine/demo-dparams.c: (quit_live),
6238 (dynparm_log_value_changed), (dynparm_value_changed), (main):
6239 Use double dparams, not float.
6240 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6241 (gst_sinesrc_init): Change sync default to FALSE, since multiple
6242 sync'd elements don't really work correctly.
6243 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
6244 (volume_update_volume), (volume_get_property): Change dparam
6247 2004-02-18 Julien MOUTTE <julien@moutte.net>
6249 * sys/ximage/ximagesink.c:
6250 (gst_ximagesink_xwindow_update_geometry),
6251 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
6252 (gst_ximagesink_change_state), (gst_ximagesink_expose),
6253 (gst_ximagesink_init): Rework the way software video scaling works. So
6254 now we check on each chain call if the video frames are feeling the
6255 window. If not we try to renegotiate caps. On failure we memorize that
6256 and we won't try again for that PLAYING sessions.
6257 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
6259 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
6262 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
6264 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
6265 break up _link so we can give a better debug message for errors
6267 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
6269 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6270 set up debug category
6272 2004-02-18 Julien MOUTTE <julien@moutte.net>
6274 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6275 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
6276 the way renegotiation work. The event handling function is not taking
6277 care of external windows and renegotiate method check for pad flags
6278 NEGOTIATING. Should fix : #133209
6280 2004-02-17 Julien MOUTTE <julien@moutte.net>
6282 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
6283 pad is negotiating before trying renegotiation.
6285 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
6287 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
6288 pass on all possible mime types as typefind hints
6290 2004-02-17 Julien MOUTTE <julien@moutte.net>
6292 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
6293 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
6294 possible SHM leak if we crash. All other apps using XShm are doing
6297 2004-02-17 Julien MOUTTE <julien@moutte.net>
6299 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6300 (gst_ximagesink_expose): Renegotiate size on expose.
6301 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
6304 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
6306 * testsuite/alsa/sinesrc.c:
6307 cosmetic fix to fix compile issue with gcc 2.95.4
6309 2004-02-16 Julien MOUTTE <julien@moutte.net>
6311 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
6312 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
6313 failed opening the audio device.
6314 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6315 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
6316 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
6317 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
6318 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
6319 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6320 (gst_ximagesink_change_state), (gst_ximagesink_chain),
6321 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
6322 Removing some useless g_return_if_fail like wingo suggested.
6323 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6324 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
6325 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
6326 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
6327 (gst_xvimagesink_update_colorbalance),
6328 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
6329 (gst_xvimagesink_xcontext_clear),
6330 (gst_xvimagesink_get_fourcc_from_caps),
6331 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
6332 (gst_xvimagesink_set_xwindow_id),
6333 (gst_xvimagesink_colorbalance_list_channels),
6334 (gst_xvimagesink_colorbalance_set_value),
6335 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
6336 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
6338 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
6340 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6341 throw error when not negotiated instead of asserting
6343 2004-02-15 Julien MOUTTE <julien@moutte.net>
6345 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
6346 correct data refcounting.
6348 2004-02-15 Julien MOUTTE <julien@moutte.net>
6350 * gst/switch/gstswitch.c: (gst_switch_change_state),
6351 (gst_switch_class_init): Cleaning the sinkpads correctly on state
6352 change, mostly the EOS flag.
6354 2004-02-15 Julien MOUTTE <julien@moutte.net>
6356 * examples/gstplay/player.c: (got_eos), (main): Adding some
6357 output for debugging.
6358 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
6359 timeouts if we go to any state different from PLAYING.
6360 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
6361 more EOS bugs in riff lib.
6363 2004-02-14 Julien MOUTTE <julien@moutte.net>
6365 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
6366 visualization until i find a way to fix switch correctly.
6367 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
6369 * gst/switch/gstswitch.c: (gst_switch_release_pad),
6370 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
6371 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
6372 Reworked switch to get a more correct behaviour with events and refing
6373 of data stored in sinkpads.
6374 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
6375 we don't pull from a pad in EOS.
6377 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
6379 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6380 remove v1 tag even if we can't read it (makes sure we don't detect
6383 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
6385 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
6386 (gst_alsa_xrun_recovery):
6387 * ext/alsa/gstalsa.h:
6388 try xrun recovery when wait failed. Make xrun recovery function
6389 return TRUE/FALSE to indicate success. (might fix #134354)
6391 2004-02-13 David Schleef <ds@schleef.org>
6393 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
6394 (dynparm_value_changed), (main): Convert from float to double.
6395 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
6397 2004-02-13 David Schleef <ds@schleef.org>
6399 * gst/silence/gstsilence.c: (gst_silence_class_init),
6400 (gst_silence_set_clock), (gst_silence_get),
6401 (gst_silence_set_property), (gst_silence_get_property):
6402 * gst/silence/gstsilence.h: Add sync property.
6403 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6404 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
6405 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
6406 * gst/sine/gstsinesrc.h: Add sync property.
6408 2004-02-13 David Schleef <ds@schleef.org>
6410 * gst/intfloat/gstint2float.c: (conv_f32_s16),
6411 (gst_int2float_chain_gint16): Change stdint usage to glib types.
6413 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
6417 * gst-libs/ext/Makefile.am:
6418 move ffmpeg plugin to gst-ffmpeg module
6420 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
6422 * configure.ac: use GST_ARCH to detect architecture
6424 2004-02-12 Julien MOUTTE <julien@moutte.net>
6426 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
6428 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
6430 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
6431 classify LADSPA plugins based on number of src/sink pads
6432 (#133663, Stefan Kost)
6433 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
6434 fix dparams registration
6435 (#133528, Stefan Kost)
6436 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
6437 fix use of isprint and use g_ascii_isprint instead
6438 (#133316, Stefan Kost)
6440 2004-02-11 David Schleef <ds@schleef.org>
6442 Convert a few inner loops to use liboil. This is currently
6443 optional, and is only enabled if liboil is present (duh!).
6444 * configure.ac: Check for liboil-0.1
6445 * gst/intfloat/Makefile.am:
6446 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
6447 (gst_int2float_chain_gint16):
6448 * gst/videofilter/Makefile.am:
6449 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
6450 (tablelookup_u8), (gst_videobalance_planar411):
6451 * gst/videotestsrc/Makefile.am:
6452 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
6453 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
6454 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
6455 (paint_hline_RGB565), (paint_hline_xRGB1555):
6457 2004-02-11 David Schleef <ds@schleef.org>
6459 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
6460 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
6461 (gst_colorspace_getcaps), (gst_colorspace_link),
6462 (gst_colorspace_base_init), (gst_colorspace_init),
6463 (gst_colorspace_chain), (gst_colorspace_change_state),
6464 (plugin_init): Merge Ronald's patch (bug #117897) and update
6465 for new caps and negotiation. Seems to work, although it
6466 shows off bugs in lcs.
6468 2004-02-11 David Schleef <ds@schleef.org>
6470 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
6471 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
6473 2004-02-11 David Schleef <ds@schleef.org>
6475 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
6476 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
6477 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
6478 Add server and port properties
6480 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6486 * m4/as-slurp-ffmpeg.m4:
6487 * m4/check-libheader.m4:
6494 * m4/gst-ivorbis.m4:
6495 * m4/gst-matroska.m4:
6505 fix underquotedness of macros (#133800)
6508 removed because no longer used
6510 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
6513 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
6514 by autopoint (fixes #132996)
6516 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6518 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
6519 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
6520 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
6521 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
6524 2004-02-11 David Schleef <ds@schleef.org>
6526 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
6527 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
6528 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
6529 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
6530 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
6531 (gst_jpegenc_class_init), (gst_jpegenc_init),
6532 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
6533 (gst_jpegenc_chain), (gst_jpegenc_set_property),
6534 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
6535 * ext/jpeg/gstjpegenc.h: Fix negotiation.
6537 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
6539 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
6540 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
6541 * ext/mikmod/gstmikmod.h:
6542 fix caps negotiation in mikmod
6543 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
6544 output debug information
6546 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
6548 * gst-libs/gst/colorbalance/Makefile.am:
6549 * gst-libs/gst/navigation/Makefile.am:
6550 * gst-libs/gst/xoverlay/Makefile.am:
6551 remove unused GST_OPT_CFLAGS from Makefiles
6552 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
6554 2004-02-07 David Schleef <ds@schleef.org>
6556 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
6557 push events to pads that haven't been created (#133508)
6559 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
6561 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
6562 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
6563 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
6564 (gst_dvdec_loop), (gst_dvdec_change_state):
6565 Second attempt at committing a working dvdec element.
6567 2004-02-06 David Schleef <ds@schleef.org>
6569 Build fixes for OS X: (see #129600)
6570 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
6571 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
6572 (gst_riff_read_strf_iavs):
6573 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
6574 (gst_avi_demux_stream_odml):
6575 * gst/playondemand/Makefile.am:
6576 * gst/rtp/rtp-packet.c:
6578 2004-02-05 David Schleef <ds@schleef.org>
6580 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
6581 last change, because it Just Doesn't Compile.
6583 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
6585 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6586 skip undecodable id3v2 tag instead of keeping it
6588 2004-02-05 David Schleef <ds@schleef.org>
6590 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6591 Unref leaked buffer. (Noticed by Ronald)
6593 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
6595 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6596 Sync requires with other checks. >= vs =.
6598 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
6600 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
6601 (gst_dvdec_video_link), (gst_dvdec_loop):
6602 * ext/dv/gstdvdec.h:
6603 rework the caps negotiation so that dvdec works again instead
6604 of just segfaulting.
6606 === release 0.7.4 ===
6608 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
6610 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
6611 * configure.ac: changed for release
6613 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
6615 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
6616 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6617 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6618 * pkgconfig/gstreamer-play-uninstalled.pc.in:
6619 reworked patch by David Lehn to fix libdir and includedir for
6620 uninstalled libraries
6621 removed play and gconf from gstreamer-libs since they have their
6624 2004-02-04 David Schleef <ds@schleef.org>
6626 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
6629 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
6631 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
6632 use correct GST_TAG_ENCODER tag
6634 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
6636 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6637 be sure to stop the clock when going to paused
6638 * sys/oss/gstosssink.c: (gst_osssink_change_state):
6639 reset number of transmitted when going to ready.
6642 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
6644 reviewed by Benjamin Otte
6646 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6647 extract track count (fixes #133410)
6649 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
6651 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
6652 that should be !=, not == (fixes #132519)
6654 2004-02-04 David Schleef <ds@schleef.org>
6656 Make sure set_explicit_caps() is called before adding pad.
6657 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
6658 * gst/id3/gstid3types.c: (gst_id3types_loop):
6659 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
6660 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
6662 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
6665 bump nano to 2, first prerelease
6666 put back AM_PROG_LIBTOOL
6668 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
6670 * testsuite/alsa/Makefile.am:
6671 these are user test apps, not automatic testsuite tests
6673 2004-02-04 David Schleef <ds@schleef.org>
6675 Convert GST_DEBUG_CAPS() to GST_DEBUG():
6676 * gst/mpeg1videoparse/gstmp1videoparse.c:
6677 (mp1videoparse_parse_seq):
6678 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
6679 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
6680 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
6681 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
6682 (gst_xvideosink_getcaps):
6683 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6684 * testsuite/gst-lint: more tests
6686 2004-02-04 David Schleef <ds@schleef.org>
6688 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
6689 with the code that they would expand to.
6690 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
6691 (gst_flacdec_get_src_query_types),
6692 (gst_flacdec_get_src_event_masks):
6693 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
6694 (gst_gnomevfssrc_get_query_types),
6695 (gst_gnomevfssrc_get_event_mask):
6697 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
6699 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6700 (gst_sinesrc_dispose):
6701 fix memleak by properly disposing sinesrc
6703 2004-02-04 Julien MOUTTE <julien@moutte.net>
6705 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
6706 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
6707 an overlay to redraw the image because it has been exposed.
6708 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
6709 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
6710 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
6711 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
6713 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
6714 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
6715 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
6716 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
6719 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
6721 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
6724 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
6726 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6727 * gst/typefind/gsttypefindfunctions.c:
6728 fix memleaks shown by gst-typefind
6730 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
6732 * common/glib-gen.mak:
6733 add hack rule to touch .Plo files
6734 * gst-libs/gst/colorbalance/Makefile.am:
6735 * gst-libs/gst/mixer/Makefile.am:
6736 * gst-libs/gst/play/Makefile.am:
6737 * gst-libs/gst/tuner/Makefile.am:
6738 remove glib_root variable
6740 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
6742 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
6743 set explicit caps before adding the element, so the autopluggers can
6745 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
6746 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
6747 (mpeg_video_type_find), (mpeg_video_stream_type_find),
6749 fix memleaks in typefind functions. gst_type_find_suggest takes a const
6752 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
6754 * gst-libs/gst/colorbalance/Makefile.am:
6755 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6756 * gst-libs/gst/colorbalance/colorbalance.c:
6757 * gst-libs/gst/colorbalance/colorbalance.h:
6758 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
6759 * gst-libs/gst/mixer/Makefile.am:
6760 * gst-libs/gst/mixer/mixer-marshal.list:
6761 * gst-libs/gst/mixer/mixer.c:
6762 * gst-libs/gst/mixer/mixer.h:
6763 * gst-libs/gst/mixer/mixermarshal.list:
6764 * gst-libs/gst/play/Makefile.am:
6765 * gst-libs/gst/play/play.h:
6766 * gst-libs/gst/tuner/Makefile.am:
6767 * gst-libs/gst/tuner/tuner-marshal.list:
6768 * gst-libs/gst/tuner/tuner.c:
6769 * gst-libs/gst/tuner/tuner.h:
6770 * gst-libs/gst/tuner/tunermarshal.list:
6771 use new glib-gen.mak snippet to clean up Makefile.am
6772 fix various bugs in Makefile.am's
6774 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
6776 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
6777 handle chain parsing correctly in the multichain case
6778 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
6779 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
6780 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
6782 handle events and queries correctly
6784 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
6787 Ignore generated file _stdint.h.
6789 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
6791 * gst-libs/gst/colorbalance/Makefile.am:
6792 * gst-libs/gst/colorbalance/colorbalance.h:
6793 * gst-libs/gst/mixer/Makefile.am:
6794 * gst-libs/gst/mixer/mixer.h:
6795 * gst-libs/gst/play/Makefile.am:
6796 * gst-libs/gst/play/play.h:
6797 * gst-libs/gst/tuner/Makefile.am:
6798 * gst-libs/gst/tuner/tuner.h:
6799 Generate enum type code with glib-mkenums.
6800 * gst-libs/gst/colorbalance/.cvsignore:
6801 * gst-libs/gst/mixer/.cvsignore:
6802 * gst-libs/gst/play/.cvsignore:
6803 * gst-libs/gst/tuner/.cvsignore:
6804 Ignore generated files.
6806 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
6808 * gst-libs/gst/audio/.cvsignore:
6809 Ignore generated file.
6810 * gst-libs/gst/audio/Makefile.am:
6811 Do not install example filter.
6813 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
6815 * examples/switch/.cvsignore:
6816 Ignore generated file.
6818 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
6820 * common/m4/ax_create_stdint_h.m4:
6822 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
6825 remove generated _stdint.h in DISTCLEANFILES
6826 * ext/a52dec/gsta52dec.c:
6827 include _stdint.h for a52dec. (should fix #133064)
6829 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
6831 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
6832 (gst_tag_to_vorbis_comments):
6833 Add replaygain support to vorbistag
6835 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
6836 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
6837 (gst_ffmpeg_caps_to_extradata):
6838 Fix SVQ3 caps flag properties
6839 Use glib macro for bytes swap
6841 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
6843 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
6844 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
6845 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6846 * ext/sndfile/gstsf.c: (plugin_init):
6847 * gst/avi/gstavi.c: (plugin_init):
6848 * sys/dxr3/dxr3init.c: (plugin_init):
6849 * sys/oss/gstossaudio.c: (plugin_init):
6850 * sys/v4l/gstv4l.c: (plugin_init):
6851 * sys/v4l2/gstv4l2.c: (plugin_init):
6852 remove textdomain calls
6854 update Dutch translation
6856 2004-02-02 Julien MOUTTE <julien@moutte.net>
6858 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
6859 (gst_play_set_audio_sink): Moving volume in the audio thread for
6860 instantaneous volume change. Maybe i will add another volume in front
6861 of visualization later, not sure yet though.
6863 2004-02-02 Julien MOUTTE <julien@moutte.net>
6865 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6866 (gst_ximagesink_handle_xevents): Better X events handling, only take
6867 the latest events for configure and motion.
6868 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
6870 2004-02-02 Jon Trowbridge <trow@gnu.org>
6872 reviewed by: David Schleef <ds@schleef.org>
6875 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
6876 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
6878 2004-02-02 David Schleef <ds@schleef.org>
6880 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
6882 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
6883 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
6884 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
6885 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
6886 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
6887 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
6888 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
6889 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
6890 (gst_float2_2_int_link):
6891 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
6892 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
6893 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
6894 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
6895 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
6896 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
6897 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
6898 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
6899 * testsuite/gst-lint: Add tests for bzero and ;;
6901 2004-02-02 David Schleef <ds@schleef.org>
6903 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
6905 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
6907 * ext/aalib/gstaasink.c: (gst_aasink_open):
6908 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
6909 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6910 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
6911 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
6912 (gst_afsink_close_file):
6913 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
6914 (gst_afsrc_close_file):
6915 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
6916 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
6917 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
6918 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
6919 * ext/esd/esdmon.c: (gst_esdmon_get):
6920 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
6921 * ext/faac/gstfaac.c: (gst_faac_chain):
6922 * ext/faad/gstfaad.c: (gst_faad_chain):
6923 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
6924 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
6925 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
6926 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
6928 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
6929 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
6930 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
6931 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
6932 (gst_gnomevfssink_close_file):
6933 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6934 (gst_gnomevfssrc_open_file):
6935 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
6936 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
6937 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
6938 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
6939 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
6940 * ext/mad/gstmad.c: (gst_mad_chain):
6941 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
6942 * ext/mpeg2dec/gstmpeg2dec.c:
6943 * ext/mpeg2enc/gstmpeg2enc.cc:
6944 * ext/mplex/gstmplex.cc:
6945 * ext/mplex/gstmplexibitstream.cc:
6946 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
6947 (gst_ogg_demux_push):
6948 * ext/raw1394/gstdv1394src.c:
6949 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
6950 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
6951 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
6953 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
6954 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
6955 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
6956 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
6957 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6958 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
6959 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
6960 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
6961 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
6962 (gst_riff_read_element_data), (gst_riff_read_seek),
6963 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
6964 * gst/adder/gstadder.c: (gst_adder_loop):
6965 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
6966 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
6967 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
6968 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
6969 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
6970 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
6971 * gst/goom/gstgoom.c: (gst_goom_chain):
6972 * gst/id3/gstid3types.c: (gst_id3types_loop):
6973 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
6974 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
6975 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
6976 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
6977 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
6978 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
6979 (gst_ebml_read_float), (gst_ebml_read_header):
6980 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
6981 (gst_matroska_demux_parse_blockgroup):
6982 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
6983 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
6984 * gst/oneton/gstoneton.c: (gst_oneton_chain):
6985 * gst/silence/gstsilence.c: (gst_silence_get):
6986 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
6987 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
6988 * gst/speed/gstspeed.c: (speed_loop):
6989 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
6990 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
6991 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
6992 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
6993 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
6994 (gst_wavparse_loop):
6995 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
6996 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
6997 (dxr3audiosink_close):
6998 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
6999 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
7000 (dxr3videosink_close), (dxr3videosink_write_data):
7001 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
7002 * sys/oss/gstosssink.c: (gst_osssink_chain):
7003 * sys/oss/gstosssrc.c: (gst_osssrc_get):
7004 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
7005 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
7006 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
7007 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
7008 (gst_v4l_set_window), (gst_v4l_enable_overlay):
7009 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
7010 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
7011 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
7012 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
7013 (gst_v4l_set_audio):
7014 * sys/v4l/v4l_calls.h:
7015 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
7016 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
7017 (gst_v4lmjpegsink_playback_init),
7018 (gst_v4lmjpegsink_playback_start):
7019 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
7020 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
7021 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
7022 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
7023 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
7024 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
7025 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
7026 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7027 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
7028 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
7029 (gst_v4l2_get_output), (gst_v4l2_set_output),
7030 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
7031 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
7032 (gst_v4l2_set_attribute):
7033 * sys/v4l2/v4l2_calls.h:
7034 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7035 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7036 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7037 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
7038 (gst_v4l2src_capture_stop):
7039 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
7040 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7041 (gst_ximagesink_chain):
7042 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
7043 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
7044 (gst_xvideosink_xwindow_new):
7045 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7046 (gst_xvimagesink_chain):
7048 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7050 * gst/volume/gstvolume.c: (gst_volume_set_volume),
7051 (gst_volume_get_volume), (volume_class_init), (volume_init),
7052 (volume_chain_int16), (volume_update_volume):
7053 * gst/volume/gstvolume.h:
7054 make code more readable by removing magic numbers
7055 make mixer interface export 0-100 range
7056 make it internally map to 0.0-1.0 range so users don't distort
7057 output by putting the sliders at full volume
7059 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7061 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
7062 (gst_play_state_change), (gst_play_seek_to_time):
7063 block the tick callback for 0.5 secs after doing a seek
7065 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
7067 * gst-libs/gst/play/play.c: (gst_play_new):
7070 2004-02-01 Julien MOUTTE <julien@moutte.net>
7072 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
7073 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
7074 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
7075 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
7076 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
7077 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
7079 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
7082 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7083 check for a function added in vorbis 1.1
7085 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
7087 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
7088 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
7089 really start/stop clock only on PLAYING <=> PAUSED
7090 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7091 remove \n from debugging lines
7092 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
7093 make it work when seeking does not
7094 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7097 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
7099 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
7100 start clock on PAUSED=>PLAYING, not later
7101 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7102 extract correct time for different discont formats
7103 (gst_alsa_sink_get_time):
7104 don't segfault when no format is negotiated yet, just return 0
7105 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7106 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
7108 handle flush and discont events correctly
7109 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
7110 handle discont events correctly
7112 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
7114 * gst-libs/gst/play/play.c: (gst_play_error_quark),
7115 (gst_play_error_create), (gst_play_error_plugin),
7116 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
7117 * gst-libs/gst/play/play.h:
7118 add error handling during creation
7119 * examples/gstplay/player.c: (main):
7120 use new gst_play_new
7123 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
7125 * ext/theora/theoradec.c: (theora_dec_chain):
7127 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7128 (vorbis_dec_src_event), (vorbis_dec_chain):
7129 add encoder tag, fix tag reading to be more error tolerant, change
7130 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
7131 gst_pad_event_default.
7132 * gst/tags/gstvorbistag.c:
7133 (gst_tag_list_from_vorbiscomment_buffer):
7134 undefine function specific define at end of function
7136 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
7138 * ext/flac/gstflac.c: (plugin_init):
7139 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
7140 * ext/flac/gstflacdec.h:
7141 * ext/flac/gstflacenc.h:
7144 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
7146 * examples/gstplay/player.c: s/gstplay.h/play.h/
7148 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7150 * gst-libs/gst/play/Makefile.am:
7151 * gst-libs/gst/play/gstplay.c:
7152 * gst-libs/gst/play/gstplay.h:
7153 * gst-libs/gst/play/play.c:
7154 more surgery, operation complete
7156 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7158 * gst-libs/gst/play/play.old.c:
7159 * gst-libs/gst/play/play.old.h:
7160 after CVS surgery by moving, remove
7161 * gst-libs/gst/play/playpipelines.c:
7164 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
7165 add negotiation error
7167 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7169 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7170 (gst_ogg_demux_push):
7171 add some seeking debug info
7172 send a flush when seeking
7174 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
7180 * ext/theora/Makefile.am:
7181 * ext/theora/theoradec.c:
7182 add theora video decoder. Does just do simple decoding for now and
7183 has been tested against Theora cvs only. It only works when theora
7184 is compiled with --enable-static.
7185 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7186 always reset packetno on DISCONT
7188 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7190 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
7193 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7195 * gst/mpegaudioparse/gstmpegaudioparse.c:
7196 (mp3_type_frame_length_from_header):
7197 Fix header parsing - stolen from ffmpeg (thank you! :) ).
7199 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7201 * ext/esd/esdsink.c: (gst_esdsink_init):
7202 Since we have static pad template caps, we don't need to negotiate;
7203 either the core errors out or we know the format.
7205 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
7207 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7208 (gst_riff_read_seek):
7209 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7210 (gst_ebml_read_seek):
7213 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
7215 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
7216 removee video/x-theora from vp3 decoder, it doesn't handle raw
7218 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
7219 fix bug with finalizing element that never went to PAUSED
7220 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
7221 length and position queries were swapped
7222 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7223 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
7224 (vorbis_dec_src_event):
7225 implement querying time and bytes
7227 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
7229 * just about every source file:
7230 gst_element_error -> GST_ELEMENT_ERROR
7232 2004-01-29 Julien MOUTTE <julien@moutte.net>
7234 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
7235 emiting FLUSH and even before DISCONT.
7236 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
7237 get the best instant seeking as possible yay!
7239 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
7241 * gst/mpeg1videoparse/gstmp1videoparse.c:
7242 (gst_mp1videoparse_real_chain):
7243 Committed wrong version last week... Grr... Didn't notice until now.
7245 2004-01-29 Julien MOUTTE <julien@moutte.net>
7247 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
7248 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
7249 have_xwindow_id signal in xwindow_create.
7251 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
7253 * ext/ogg/gstoggdemux.c:
7254 lots of changes - mainly support for chained bitstreams, seeking,
7255 querying and bugfixes of course
7256 * ext/vorbis/Makefile.am:
7257 * ext/vorbis/vorbisdec.c:
7258 * ext/vorbis/vorbisdec.h:
7259 add vorbisdec raw vorbis decoder
7260 * ext/vorbis/vorbis.c: (plugin_init):
7261 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
7262 * gst/intfloat/Makefile.am:
7263 * gst/intfloat/float22int.c:
7264 * gst/intfloat/float22int.h:
7265 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
7266 add float2intnew plugin. It converts multichannel interleaved float to
7267 multichannel interleaved int. The name should probably be changed.
7268 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
7270 add typefinding for raw theora video so oggdemux can detect it.
7272 2004-01-28 Julien MOUTTE <julien@moutte.net>
7274 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
7276 * gst/videoscale/gstvideoscale.c:
7277 (gst_videoscale_handle_src_event): Fixing src event handler.
7279 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
7281 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
7282 (gst_v4lsrc_open), (gst_v4lsrc_close),
7283 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
7284 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
7285 * sys/v4l/gstv4lsrc.h:
7286 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
7287 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
7288 Implement resizing... Hack. But that's why v4l is b0rked...
7290 2004-01-28 Julien MOUTTE <julien@moutte.net>
7292 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7293 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7294 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
7295 (gst_ximagesink_xwindow_destroy):
7296 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
7297 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
7298 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
7299 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
7300 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
7301 correctly cleaning the image created to check xshm calls on succes,
7302 added a lot of XSync calls in X11 functions, and fixed a segfault when
7303 no image format was defined before negotiation happened.
7305 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
7307 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
7308 use gst_element_get_time to get correct time
7310 2004-01-28 Julien MOUTTE <julien@moutte.net>
7312 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
7313 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
7314 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
7315 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
7316 (gst_xvimagesink_check_xshm_calls),
7317 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
7318 X plugins are now able to detect that XShm calls will fail even if the
7319 server claims that it has XShm support (remote displays most of the
7320 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
7321 so that we use non XShm functions. This feature is almost useless for
7322 xvimagesink as Xv is not supported on remote displays anyway, but
7323 it might happen than even on the local display XShm calls fail.
7325 2004-01-27 David Schleef <ds@schleef.org>
7327 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
7328 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
7329 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
7330 changed esdsink to only use 44100,16,2, since esd sucks at rate
7331 conversion and esdsink has had difficulty negotiating.
7333 2004-01-27 Julien MOUTTE <julien@moutte.net>
7335 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
7336 (gst_play_seek_to_time): Fixing the way to get current position.
7338 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7340 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
7341 use gst_element_get_time to get correct time
7343 2004-01-27 Julien MOUTTE <julien@moutte.net>
7345 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
7346 fix ever... Inverting 2 lines of code make spider autoplug correctly
7349 2004-01-27 David Schleef <ds@schleef.org>
7351 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7352 Use gst_pad_try_set_caps_nonfixed().
7354 2004-01-27 David Schleef <ds@schleef.org>
7356 * gst/ac3parse/gstac3parse.c: update to checklist 5
7357 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
7358 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
7359 * gst/audioscale/gstaudioscale.c: same
7360 * gst/auparse/gstauparse.c: same
7361 * gst/avi/gstavidemux.c: same
7363 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7365 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
7366 stop processing after EOS
7368 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7370 * gst/asfdemux/asfheaders.h:
7371 * gst/asfdemux/gstasfdemux.c:
7372 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
7373 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
7374 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
7375 lot's of fixes to make data extraction simpler and get the code
7376 architecture and compiler independant. Add debugging category
7377 * gst/goom/gstgoom.c: (gst_goom_change_state):
7378 reset channel count on PAUSED=>READY, not READY=>PAUSED
7380 2004-01-26 Colin Walters <walters@verbum.org>
7382 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
7383 code to pull a bigger buffer in iradio mode. This as a side effect
7384 makes typefinding work.
7386 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
7388 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
7389 Fix SVQ3 decoding on PPC
7391 2004-01-26 Julien MOUTTE <julien@moutte.net>
7393 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
7394 that one managed to stay there... Fixed.
7396 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
7398 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
7399 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
7400 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
7401 (qtdemux_video_caps):
7402 * gst/qtdemux/qtdemux.h:
7403 Add SVQ3 specific flags to qtdemux and ffmpeg
7405 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
7407 * gst-libs/gst/audio/audio.h:
7408 remove buffer-frames from audio caps
7409 * gst/audioconvert/gstaudioconvert.c:
7410 fix plugin to really work.
7412 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7414 * gst-libs/gst/mixer/mixer.c:
7415 * gst-libs/gst/propertyprobe/propertyprobe.c:
7416 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
7417 (gst_tuner_find_channel_by_name):
7418 * gst-libs/gst/tuner/tuner.h:
7419 Add gtk-doc style comments. Also fix a function name.
7421 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7423 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
7424 (gst_divxdec_negotiate):
7425 Fix for new capsnego - also fixes gst-player with divxdec.
7427 2004-01-25 Julien MOUTTE <julien@moutte.net>
7429 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7430 (gst_play_identity_handoff), (gst_play_set_location),
7431 (gst_play_set_visualization), (gst_play_connect_visualization): Another
7432 try in visualization implementation. Still have an issue with switch
7433 blocking when pulling from video_queue and only audio comes out of
7435 * gst/switch/gstswitch.c: (gst_switch_release_pad),
7436 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
7437 release method. And check if the pad is usable before pulling.
7439 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7441 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
7442 (gst_videobalance_init),
7443 (gst_videobalance_colorbalance_list_channels),
7444 (gst_videobalance_colorbalance_set_value),
7445 (gst_videobalance_colorbalance_get_value),
7446 (gst_videobalance_update_properties),
7447 (gst_videobalance_update_tables_planar411),
7448 (gst_videobalance_planar411):
7449 * gst/videofilter/gstvideobalance.h:
7450 Implement lookup-tables. +/- 10x faster.
7452 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7454 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7455 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
7456 The index reading was broken. The rest worked fine, but the whole
7457 goal of my rewrite was to make avidemux readable, and this was
7458 not at all readable. Please use typed variables.
7460 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
7462 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7463 Additional pad usability check.
7464 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
7465 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
7466 (gst_mp1videoparse_real_chain):
7467 Fix MPEG video stream parsing. The original plugin had several
7468 issues, including not timestamping streams where the source was
7469 not timestamped (this happens with PTS values in mpeg system
7470 streams, but MPEG video is also a valid stream on its own so
7471 that needs timestamps too). We use the display time code for that
7472 for now. Also, if one incoming buffer contains multiple valid
7473 frames, we push them all on correctly now, including proper EOS
7474 handling. Lastly, several potential segfaults were fixed, and we
7475 properly sync on new sequence/gop headers to include them in next,
7476 not previous frames (since they're header for the next frame, not
7477 the previous). Also see #119206.
7478 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
7480 Move caps setting so we only do it after finding several valid
7481 MPEG-1 fraes sequentially, not right after the first one (which
7482 might be coincidental).
7483 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
7484 (mpeg_video_type_find), (mpeg_video_stream_type_find),
7486 Add unsynced MPEG video stream typefinding, and change some
7487 probability values so we detect streams rightly. The idea is as
7488 follows: I can have an unsynced system stream which contains
7489 video. In the current code, I would randomly get a type for either
7490 system or video stream type found, because the probabilities are
7491 being calculated rather randomly. I now use fixed values, so we
7492 always prefer system stream if that was found (and that is how it
7493 should be). If no system stream was found, we can still identity the stream as video-only.
7495 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
7497 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
7498 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
7499 don't write to buffer. Extract data without the need of
7500 __attribute__ ((packed))
7502 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7504 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
7505 (mpeg1_sys_type_find):
7506 Fix MPEG-1 stream typefinding.
7508 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7510 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7511 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
7513 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
7515 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
7516 * ext/esd/gstesd.c: (plugin_init):
7517 private debugging, better error reporting
7519 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7521 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
7522 (gst_riff_read_init), (gst_riff_read_change_state):
7523 * gst-libs/gst/riff/riff-read.h:
7524 Remove stuff fromold metadata system.
7526 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7528 * ext/ogg/gstoggdemux.c:
7529 Fix wrong file comment.
7530 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7531 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
7532 Add metadata reading properly.
7534 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
7537 Fix nas DIST_SUBDIRS
7539 Fix bug where make distcheck doesn't get run on adding stuff to
7542 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7544 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
7545 * ext/divx/gstdivxdec.h:
7546 Fix divx3 ("msmpeg4") playback using divxdec.
7548 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
7550 * gst/typefind/gsttypefindfunctions.c:
7551 (mp3_type_frame_length_from_header): fix bug in length computation
7552 (mp3_type_find): improve debugging output
7554 2004-01-23 Julien MOUTTE <julien@moutte.net>
7556 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
7557 (gst_play_set_location), (gst_play_seek_to_time),
7558 (gst_play_set_audio_sink), (gst_play_set_visualization),
7559 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
7560 the pipeline from scratch. Visualization is back and switch went out as
7561 i realized it was not possible to use the way i wanted.
7562 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
7563 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
7564 clearing in state change from READY to NULL. So that one can clean the
7565 X ressources keeping the element.
7566 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7567 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
7568 (gst_xvimagesink_colorbalance_set_value),
7569 (gst_xvimagesink_colorbalance_get_value),
7570 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
7571 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
7572 change from READY to NULL and fixed some stupid bugs in colorbalance
7573 get/set values. Also added the following feature : when nobody tries to
7574 set some values to the colorbalance levels before the xcontext is
7575 grabbed, then when creating channels list from Xv attributes we set the
7576 internal values to the Xv defaults. This way we handle buggy Xv drivers
7577 that set default hue values far from the middle of the range (Thanks
7578 to Jon Trowbridge for pointing that issue).
7579 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
7580 colorbalance levels have been set before xcontext is grabbed.
7582 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
7584 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7585 Fix the ossmixer case where we shouldn't open /dev/dsp* because
7586 it might block operations (which is bad for a mixer).
7588 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
7590 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
7591 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
7592 (gmip_find_type_pre):
7593 * gst-libs/gst/media-info/media-info-priv.h:
7594 * gst-libs/gst/media-info/media-info.c:
7595 (gst_media_info_instance_init), (gst_media_info_read_idler):
7596 add fakesink to get caps on decoder src pad again
7597 fix callback prototype to match new have_type signal signature
7599 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
7601 * gst/adder/gstadder.c: (gst_adder_link):
7602 fix non-compile and cut-n-paste code
7604 2004-01-21 David Schleef <ds@schleef.org>
7606 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
7607 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
7608 (gst_swfdec_init), (gst_swfdec_change_state):
7609 * ext/swfdec/gstswfdec.h:
7611 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
7612 (gst_adder_request_new_pad): Fix negotiation.
7613 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
7614 Add a fixate function.
7615 * gst/intfloat/gstfloat2int.c:
7616 * gst/intfloat/gstfloat2int.h:
7617 * gst/intfloat/gstint2float.c:
7618 * gst/intfloat/gstint2float.h:
7619 Completely rewrite the negotiation. Doesn't quite work yet,
7620 due to some buffer-frames problem.
7622 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
7624 * ext/gnomevfs/gstgnomevfssrc.c:
7625 * sys/v4l2/v4l2_calls.h:
7626 fix includes for distcheck
7628 2004-01-21 Christian Schaller <uraeus@gnome.org>
7631 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
7632 based on earlier patch from Laurent Vivier
7634 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
7636 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
7637 Fix wma caps property
7638 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
7639 Fix typo (flags1 and flags2)
7641 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7643 * gst-libs/gst/media-info/media-info-priv.c:
7644 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
7645 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
7646 (gmip_find_stream), (gmip_find_track_metadata),
7647 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
7648 (gmip_find_track_format):
7649 * gst-libs/gst/media-info/media-info-priv.h:
7650 * gst-libs/gst/media-info/media-info-test.c: (main):
7651 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
7652 (gst_media_info_read_idler), (gst_media_info_read):
7653 * gst-libs/gst/media-info/media-info.h:
7654 register debugging category and use it for debugging
7656 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7658 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
7659 (gst_vorbisfile_new_link):
7660 signal streaminfo through tags
7662 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
7664 * ext/mplex/gstmplex.cc:
7665 * ext/mplex/gstmplexibitstream.cc:
7666 g++ doesn't like NULL in our i18n/error macros, should be
7667 either (NULL) or ("").
7669 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
7671 * sys/dxr3/dxr3audiosink.c:
7672 * sys/dxr3/dxr3init.c:
7673 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
7674 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
7675 Fix more error error error errors (missing includes here).
7677 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
7679 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
7680 fix thomas' error errors.
7682 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7684 * ext/mpeg2enc/gstmpeg2enc.cc:
7687 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
7689 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
7690 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
7691 Fix for new error system.
7693 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
7695 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
7696 fix for new error reporting
7698 2004-01-20 David Schleef <ds@schleef.org>
7700 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7701 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
7702 (gst_ximagesink_set_xwindow_id): Change to using a framerate
7703 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
7704 and neither is 100+, most likely.
7705 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7706 (gst_xvimagesink_getcaps): same
7708 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
7711 Up version requirement to 2.0.3 (not yet released) to avoid symbol
7712 clashes with ffmpeg.
7714 2004-01-20 Julien MOUTTE <julien@moutte.net>
7716 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
7717 (gst_switch_init): Fixed switch element : proxying link and setting
7718 caps from src to sink on request.
7720 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7722 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
7723 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
7724 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
7727 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7729 * sys/v4l/v4l_calls.h:
7730 * sys/v4l2/v4l2_calls.h:
7733 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7735 * gst-libs/gst/gst-i18n-plugin.h:
7737 remove config.h inclusion
7739 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7742 adding autopoint invocation
7745 * gst-libs/gst/gettext.h:
7747 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
7748 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
7749 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7750 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
7751 (gst_gnomevfssink_close_file):
7752 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
7753 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
7754 * gst-libs/gst/gst-i18n-plugin.h:
7755 * gst/avi/gstavi.c: (plugin_init):
7756 * sys/dxr3/dxr3init.c: (plugin_init):
7757 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
7758 * sys/oss/gstossaudio.c: (plugin_init):
7759 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
7760 * sys/v4l/gstv4l.c: (plugin_init):
7761 * sys/v4l/v4l_calls.c: (gst_v4l_open):
7762 * sys/v4l2/gstv4l2.c: (plugin_init):
7763 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7764 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
7765 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
7766 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
7767 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
7768 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
7769 make sure locale and translation domain are set
7770 fix translated strings
7776 put translation files into place
7777 * sys/xvideo/imagetest.c: (main):
7778 * ext/dv/demo-play.c: (main):
7779 fix unnecessary translations
7781 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
7783 * ext/sndfile/gstsf.c:
7784 * gst/avi/gstavimux.c:
7785 * ext/audiofile/gstafsink.c:
7786 * ext/audiofile/gstafsrc.c:
7787 * ext/gnomevfs/gstgnomevfssink.c:
7788 * ext/gnomevfs/gstgnomevfssrc.c:
7789 * sys/oss/gstosselement.c:
7790 * sys/v4l/v4l_calls.h:
7793 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7795 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7796 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
7797 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
7798 (gst_v4l2_get_output), (gst_v4l2_set_output),
7799 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
7800 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
7801 (gst_v4l2_set_attribute):
7802 update to new error handling
7804 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7806 * ext/sidplay/gstsiddec.cc:
7807 * gst/modplug/gstmodplug.cc:
7808 parenthese NULL because C++ seems angry about it
7810 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
7812 * gst-libs/gst/gst-i18n-plugin.h:
7813 add skeleton i18n stuff, but needs to be further implemented
7815 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
7817 * examples/gstplay/player.c: (main):
7818 * ext/aalib/gstaasink.c: (gst_aasink_open):
7819 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
7820 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7821 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
7822 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
7823 (gst_afsink_close_file):
7824 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
7825 (gst_afsrc_close_file):
7826 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
7827 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
7828 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
7829 * ext/esd/esdmon.c: (gst_esdmon_get):
7830 * ext/esd/esdsink.c: (gst_esdsink_chain):
7831 * ext/faac/gstfaac.c: (gst_faac_chain):
7832 * ext/faad/gstfaad.c: (gst_faad_chain):
7833 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
7834 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
7835 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
7836 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
7838 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
7839 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7840 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
7841 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
7842 (gst_gnomevfssink_close_file):
7843 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7844 (gst_gnomevfssrc_open_file):
7845 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
7846 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
7847 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
7848 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
7849 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
7850 * ext/mad/gstmad.c: (gst_mad_chain):
7851 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
7852 * ext/mpeg2dec/gstmpeg2dec.c:
7853 * ext/mpeg2enc/gstmpeg2enc.cc:
7854 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
7855 * ext/mplex/gstmplex.cc:
7856 * ext/mplex/gstmplexibitstream.cc:
7857 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
7858 (gst_ogg_demux_push), (gst_ogg_pad_push):
7859 * ext/raw1394/gstdv1394src.c:
7860 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
7861 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
7862 * ext/sidplay/gstsiddec.cc:
7863 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
7865 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
7866 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
7867 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
7868 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7869 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
7870 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
7871 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
7872 * gst-libs/gst/Makefile.am:
7873 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
7874 (gst_riff_read_element_data), (gst_riff_read_seek),
7875 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
7876 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
7877 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
7878 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
7879 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
7880 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
7881 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
7882 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
7883 * gst/goom/gstgoom.c: (gst_goom_chain):
7884 * gst/id3/gstid3types.c: (gst_id3types_loop):
7885 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
7886 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
7887 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
7888 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
7889 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
7890 (gst_ebml_read_float), (gst_ebml_read_header):
7891 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
7892 (gst_matroska_demux_parse_blockgroup):
7893 * gst/modplug/gstmodplug.cc:
7894 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
7895 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
7896 * gst/oneton/gstoneton.c: (gst_oneton_chain):
7897 * gst/silence/gstsilence.c: (gst_silence_get):
7898 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7899 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
7900 * gst/speed/gstspeed.c: (speed_loop):
7901 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7902 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
7903 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
7904 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
7905 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7906 (gst_wavparse_loop):
7907 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
7908 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
7909 (dxr3audiosink_close):
7910 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
7911 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
7912 (dxr3videosink_close), (dxr3videosink_write_data):
7913 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
7914 * sys/oss/gstosselement.h:
7915 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
7916 (gst_osssink_chain):
7917 * sys/oss/gstosssrc.c: (gst_osssrc_get):
7918 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
7919 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
7920 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
7921 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
7922 (gst_v4l_enable_overlay):
7923 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
7924 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
7925 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
7926 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
7927 (gst_v4l_set_audio):
7928 * sys/v4l/v4l_calls.h:
7929 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
7930 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
7931 (gst_v4lmjpegsink_playback_init),
7932 (gst_v4lmjpegsink_playback_start):
7933 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
7934 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
7935 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
7936 (gst_v4lmjpegsrc_requeue_frame):
7937 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
7938 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
7939 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
7940 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
7941 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7942 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7943 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7944 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
7945 (gst_v4l2src_capture_stop):
7946 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
7947 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7948 (gst_ximagesink_chain):
7949 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
7950 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
7951 (gst_xvideosink_xwindow_new):
7952 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7953 (gst_xvimagesink_chain):
7954 use new error signal, function and categories
7956 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
7960 * ext/musicbrainz/gsttrm.c:
7961 * ext/musicbrainz/gsttrm.h:
7962 * ext/musicbrainz/Makefile.am:
7965 2004-01-18 Julien MOUTTE <julien@moutte.net>
7967 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
7968 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
7969 synchronous property for debugging.
7970 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
7971 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
7972 (gst_xvimagesink_set_property): Moving a pointer declaration to a
7973 smaller block, fixing indent.
7975 2004-01-16 David Schleef <ds@schleef.org>
7977 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
7978 property affects the video stream.
7979 * sys/xvimage/xvimagesink.c:
7980 * sys/xvimage/xvimagesink.h:
7981 Add synchronous property for debugging. Should probably be
7982 disabled in non-CVS builds. Make sure that the Xv attribute
7983 exists before we set it (crash!). Fix a silly float bug that
7984 caused colorbalance to just not work.
7986 2004-01-17 Christian Schaller <Uraeus@gnome.org>
7988 * tools/gst-launch-ext.in - update for new plugins
7990 2004-01-16 David Schleef <ds@schleef.org>
7992 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
7995 2994-01-16 Christian Schaller <Uraeus@gnome.org>
7997 * Update spec for new colorspace plugin and libcaca plugin
7998 * Fix compilation of libcaca plugin (clock -> id)
8000 2004-01-16 Julien MOUTTE <julien@moutte.net>
8002 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
8003 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
8004 (gst_xvimagesink_set_xwindow_id),
8005 (gst_xvimagesink_colorbalance_set_value),
8006 (gst_xvimagesink_colorbalance_get_value),
8007 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8008 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
8009 correct colorbalance properties. They can now be set when the element
8010 is still in NULL state. The values will be committed to the Xv Port
8011 when xcontext is initialized.
8012 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
8013 brightness int values in the GstXvImagesink structure.
8015 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
8017 * gst-libs/gst/Makefile.am:
8018 restructure so having local patches works easier.
8020 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
8022 * ext/mpeg2enc/Makefile.am:
8023 * ext/mpeg2enc/gstmpeg2enc.cc:
8024 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
8025 Bugfix with respect to EOS handling.
8027 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
8029 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
8030 Link with right caps (else, it segfaults).
8031 * ext/mplex/gstmplexjob.cc:
8032 Fix for slight API change in 1.6.1.93 release of mjpegtools.
8034 2004-01-15 David Schleef <ds@schleef.org>
8036 * gst-libs/gst/audio/Makefile.am:
8037 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
8039 * gst-libs/gst/audio/gstaudiofilter.c:
8040 * gst-libs/gst/audio/gstaudiofilter.h:
8041 Add bytes_per_sample and size and n_samples calculation.
8042 * gst-libs/gst/audio/gstaudiofilterexample.c:
8043 Remove, now autogenerated.
8044 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8045 Moved from gstaudiofilterexample, object name changed, code added
8046 so that it actually works.
8047 * gst-libs/gst/audio/make_filter:
8048 Script to build an audiofilter subclass from the template.
8049 * gst/colorspace/Makefile.am:
8050 * gst/colorspace/yuv2yuv.c:
8051 Remove file, since it's GPL, and we don't use it.
8053 2004-01-15 Julien MOUTTE <julien@moutte.net>
8055 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8056 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
8057 them use the buffer free function to test how the buffer was allocated.
8059 2004-01-15 David Schleef <ds@schleef.org>
8061 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
8062 that handles osssink fallback.
8063 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8064 (gst_audio_convert_getcaps):
8065 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
8066 Add audio/x-qdm2 for QDM2 audio.
8067 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8068 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
8069 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
8070 Decrease minimum size to 16x16.
8071 * gst/wavparse/gstwavparse.c:
8072 Convert disabled pad template caps to new caps.
8073 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
8074 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8075 (gst_xvimagesink_chain): Throw element error when display cannot
8076 be opened. Increase minimum framerate to 1.0. Check the data
8077 free function on a buffer to make sure it is the type we expect
8078 before manipulating it.
8080 2004-01-15 Julien MOUTTE <julien@moutte.net>
8082 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
8083 (gst_videobalance_colorbalance_set_value): Implement passthru if
8084 settings are in the middle.
8085 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
8087 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8089 * gst/videofilter/Makefile.am:
8090 * gst/volume/Makefile.am:
8091 Since we use videofilter symbols, link to it.
8093 2004-01-15 Julien MOUTTE <julien@moutte.net>
8095 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
8096 mixer interface type to HARDWARE.
8097 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
8099 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
8100 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
8101 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
8102 (gst_volume_interface_init), (gst_volume_list_tracks),
8103 (gst_volume_set_volume), (gst_volume_get_volume),
8104 (gst_volume_set_mute), (gst_volume_mixer_init),
8105 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
8106 (volume_init): Implementing mixer interface.
8107 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
8108 * sys/oss/gstosselement.c: (gst_osselement_get_type),
8109 (gst_osselement_change_state): Removing some trailing commas in
8111 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
8112 interface type to HARDWARE.
8113 * sys/v4l/gstv4lcolorbalance.c:
8114 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
8116 * sys/v4l2/gstv4l2colorbalance.c:
8117 (gst_v4l2_color_balance_interface_init): Setting colorbalance
8118 interface type to HARDWARE.
8119 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
8120 same code than ximagesink for event handling.
8122 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8124 * ext/snapshot/Makefile.am:
8125 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
8126 (gst_snapshot_chain):
8127 * ext/snapshot/gstsnapshot.h:
8128 This has to be a joke... Snapshot should be connected to a tee,
8129 colorspace element before it and EOS after that, where the other
8130 src of the tee receives normal data.
8131 The current way is *wrong*.
8133 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8135 * ext/hermes/gsthermescolorspace.c:
8136 Fix another compile error. Same as below.
8138 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
8140 * gst/colorspace/gstcolorspace.c:
8141 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
8142 (gst_colorspace_i420_to_yv12):
8143 Fix compiling... Didn't test if it actually works.
8145 2004-01-15 David Schleef <ds@schleef.org>
8148 * gst/colorspace/Makefile.am:
8149 * gst/colorspace/gstcolorspace.c:
8150 * gst/colorspace/gstcolorspace.h:
8151 * gst/colorspace/yuv2rgb.c:
8152 * gst/colorspace/yuv2rgb.h:
8153 Duplicate the ext/hermes colorspace plugin, and remove Hermes
8154 code and GPL code. Fix for new caps negotiation. Rewrite
8155 much of the format handling code, and some of the conversion
8156 code. Basically, rewrote almost everything. This element
8157 handles I420, YV12 to RGB conversions.
8158 * ext/hermes/Makefile.am:
8159 * ext/hermes/gsthermescolorspace.c:
8160 Rename colorspace to hermescolorspace. Fix negotiation issues.
8161 Remove non-Hermes related code. This element handles lots of
8162 RGB to RGB conversions, but no YUV.
8163 * ext/hermes/gstcolorspace.c:
8164 * ext/hermes/gstcolorspace.h:
8165 * ext/hermes/rgb2yuv.c:
8166 * ext/hermes/yuv2rgb.c:
8167 * ext/hermes/yuv2rgb.h:
8168 * ext/hermes/yuv2rgb_mmx16.s:
8169 * ext/hermes/yuv2yuv.c:
8170 * ext/hermes/yuv2yuv.h:
8173 2004-01-14 Colin Walters <walters@verbum.org>
8175 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
8176 they've already been.
8178 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
8180 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
8181 assume tag mode when pad is not connected
8183 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
8185 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8186 Don't update the time of the clock
8187 (gst_alsa_sink_loop):
8188 sync to the clock given to alsasink, not the own clock
8189 * sys/oss/gstosssink.c: (gst_osssink_chain):
8191 (gst_osssink_change_state):
8193 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8194 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
8195 remove bogus code that made DISCONT events unhandled
8196 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
8197 explicitly case to double in _set_simple. (fixes 2nd warning in bug
8199 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
8200 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
8201 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
8202 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
8203 2nd warning in bug #131502)
8205 2004-01-14 Julien MOUTTE <julien@moutte.net>
8207 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
8208 (gst_videobalance_colorbalance_set_value),
8209 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
8210 for colorbalance interface implementation.
8211 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8212 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8213 (gst_ximagesink_dispose), (gst_ximagesink_init),
8214 (gst_ximagesink_class_init): Adding DISPLAY property.
8215 * sys/ximage/ximagesink.h: Adding display_name to store display.
8216 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8217 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8218 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
8219 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
8220 properties (they still need polishing though for gst-launch use : no
8221 xcontext yet, i ll do that tomorrow).
8222 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
8224 2004-01-14 Julien MOUTTE <julien@moutte.net>
8226 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
8227 (gst_play_set_location), (gst_play_set_visualization): Preparing
8228 switch integration, adding videobalance in the pipeline.
8230 2004-01-14 Julien MOUTTE <julien@moutte.net>
8232 * gst-libs/gst/colorbalance/colorbalance.c:
8233 (gst_color_balance_class_init): Adding a default type.
8234 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
8236 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
8237 (gst_videobalance_dispose), (gst_videobalance_class_init),
8238 (gst_videobalance_init), (gst_videobalance_interface_supported),
8239 (gst_videobalance_interface_init),
8240 (gst_videobalance_colorbalance_list_channels),
8241 (gst_videobalance_colorbalance_set_value),
8242 (gst_videobalance_colorbalance_get_value),
8243 (gst_videobalance_colorbalance_init): Implementing colorbalance
8245 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
8247 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
8248 bug which was triggering a BadAccess X error when setting an overlay
8249 before pad was really negotiated.
8250 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
8251 Using the colorbalance type macro.
8253 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8255 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
8256 (gst_flacenc_chain):
8257 handle tags correctly
8258 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8259 extract ID3v1 tags correctly
8261 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
8263 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
8265 Improve matroska typefinding for odd-typed headers...
8267 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
8269 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8270 Fix for using incremental number on padnames.
8272 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
8274 * ext/divx/gstdivxdec.c:
8275 * ext/divx/gstdivxenc.c:
8276 Set category to divx4linux instead of divx (too generic).
8277 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8278 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
8279 (gst_wavparse_loop), (gst_wavparse_change_state):
8280 * gst/wavparse/gstwavparse.h:
8281 fix parsing of WAV files with non-standard fmt-tag size and fix
8282 skipping of unrecognized chunks... Someone please fix this thing
8283 to use rifflib so all this is automated.
8284 * sys/v4l/Makefile.am:
8285 * sys/v4l2/Makefile.am:
8286 Add X_CFLAGS because we depend on X (for overlay).
8288 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
8290 * ext/mpeg2dec/gstmpeg2dec.c:
8291 Don't issue a timestamp unless we tagged the frame
8294 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8296 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
8297 Query the audio element to get the time, not the clock. We're
8298 interested in the element's time here.
8300 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8302 * ext/aalib/gstaasink.c: (gst_aasink_chain):
8303 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8304 * ext/esd/esdsink.c: (gst_esdsink_chain):
8305 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
8306 * ext/mas/massink.c: (gst_massink_chain):
8307 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
8308 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
8309 (gst_matroska_demux_parse_metadata):
8310 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
8311 (gst_mpeg_parse_release_locks):
8312 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
8313 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
8314 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8315 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
8316 (gst_osssink_change_state):
8317 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
8318 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8319 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
8320 (gst_xvideosink_release_locks):
8321 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
8323 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
8324 (gst_alsa_clock_stop):
8325 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
8326 (gst_audio_clock_get_internal_time):
8327 simplify for use with new clocking code.
8328 * testsuite/alsa/Makefile.am:
8329 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
8330 fix testsuite for new caps system
8332 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
8334 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
8335 * ext/flac/gstflacenc.c: (add_one_tag):
8336 length is already host endian, no need to convert. Fixes playback of
8337 tagged files on PPC. (bug #128384)
8339 2004-01-13 Julien MOUTTE <julien@moutte.net>
8341 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
8342 colorbalance interface stating if it is hardware based or software
8344 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
8345 Removing a trailing comma.
8346 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8347 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
8348 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
8349 the documentation seems to be wrong on the -1000 to 1000 interval.
8351 2004-01-12 David Schleef <ds@schleef.org>
8353 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
8354 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
8355 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
8356 Fix negotiation. Add a bufferalloc function for the sink pad,
8357 and generally clean up some of the code.
8359 2004-01-12 Julien MOUTTE <julien@moutte.net>
8361 * gst-libs/gst/colorbalance/colorbalancechannel.c:
8362 (gst_color_balance_channel_dispose): Adding safety check in dispose
8364 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
8365 (gst_xvimagesink_xcontext_clear),
8366 (gst_xvimagesink_interface_supported),
8367 (gst_xvimagesink_colorbalance_list_channels),
8368 (gst_xvimagesink_colorbalance_set_value),
8369 (gst_xvimagesink_colorbalance_get_value),
8370 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
8371 Adding colorbalance interface support to set XV parameters such as
8372 HUE, BRIGHTNESS, CONTRAST, SATURATION.
8373 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
8376 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
8378 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
8379 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
8380 (gst_audio_convert_init), (gst_audio_convert_set_property),
8381 (gst_audio_convert_get_property), (gst_audio_convert_chain),
8382 (gst_audio_convert_link),
8383 (gst_audio_convert_buffer_to_default_format),
8384 (gst_audio_convert_buffer_from_default_format), (plugin_init):
8385 - implement _getcaps and use it
8387 - remove float caps since no float conversion is actually done
8388 - remove properties and arguments that were to be used for rate
8391 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
8393 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
8394 (gst_audio_structure_set_int):
8395 * gst-libs/gst/audio/audio.h:
8396 add helper functions for _getcaps matching the standard audio
8399 2004-01-12 David Schleef <ds@schleef.org>
8401 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8402 Test that pad is negotiated before getting its caps.
8404 2004-01-12 Julien MOUTTE <julien@moutte.net>
8406 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
8407 analyzing the pads of an element the bin is mostly in READY state so
8408 no caps were negotiated. This helper function needs to work with
8409 _get_caps directly then. I was not freeing them though, added that to
8412 2004-01-12 Julien MOUTTE <julien@moutte.net>
8414 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
8415 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
8416 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
8419 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
8421 * sys/oss/gstossaudio.c: (plugin_init):
8422 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8423 * sys/oss/gstosselement.h:
8424 make an oss debugging category
8425 make failure more descriptive
8427 2004-01-11 David Schleef <ds@schleef.org>
8429 * ext/ffmpeg/gstffmpeg.c:
8430 * ext/ffmpeg/gstffmpegcodecmap.c:
8431 * ext/ffmpeg/gstffmpegdec.c:
8432 * ext/ffmpeg/gstffmpegenc.c:
8433 * ext/ffmpeg/gstffmpegprotocol.c:
8434 * ext/gdk_pixbuf/gstgdkanimation.c:
8435 * ext/jpeg/gstjpeg.c:
8436 * ext/libpng/gstpng.c:
8437 * ext/mpeg2dec/perftest.c:
8438 * ext/speex/gstspeex.c:
8439 * gst-libs/gst/resample/dtos.c:
8440 * gst/intfloat/gstintfloatconvert.c:
8441 * gst/oneton/gstoneton.c:
8442 * gst/rtjpeg/RTjpeg.c:
8444 * sys/dxr3/dxr3init.c:
8445 * sys/glsink/gstgl_nvimage.c:
8446 * sys/glsink/gstgl_pdrimage.c:
8447 * sys/glsink/gstglsink.c:
8448 * testsuite/gst-lint:
8449 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
8451 2004-01-11 David Schleef <ds@schleef.org>
8453 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
8454 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
8455 * ext/gdk_pixbuf/gstgdkanimation.c:
8456 (gst_gdk_animation_iter_create_pixbuf):
8457 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8458 (gst_gdk_pixbuf_chain):
8459 * ext/gdk_pixbuf/gstgdkpixbuf.h:
8460 * ext/jack/gstjack.c: (gst_jack_change_state):
8461 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
8462 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
8463 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
8464 * gst/videofilter/gstvideofilter.c:
8465 (gst_videofilter_set_output_size):
8466 Remove all usage of gst_pad_get_caps(), and replace it with
8467 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
8469 2004-01-11 David Schleef <ds@schleef.org>
8472 * ext/Makefile.am: Fixes to make ext/libcaca compile.
8473 * ext/divx/gstdivxdec.c:
8474 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8475 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
8476 handle images that span multiple buffers. Now work with both
8477 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
8478 * ext/gdk_pixbuf/gstgdkpixbuf.h:
8479 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
8480 video/video.h changes
8481 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
8482 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8483 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
8484 of GstData free function.
8485 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
8488 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
8490 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
8491 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
8492 (gst_v4l2element_get_property):
8493 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
8494 add norm, channel and frequency properties.
8495 * sys/v4l2/gstv4l2tuner.c:
8496 fixes for tuner interface changes
8497 * sys/v4l2/gstv4l2element.h:
8498 * sys/v4l2/gstv4l2src.c:
8499 * sys/v4l2/gstv4l2src.h:
8500 * sys/v4l2/v4l2src_calls.c:
8501 * sys/v4l2/v4l2src_calls.h:
8502 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
8504 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
8506 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
8507 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
8508 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
8509 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
8510 * gst-libs/gst/tuner/tuner.h:
8511 GObjects aren't const.
8512 Add find_by_name functions.
8513 Add checks to _changed functions.
8514 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
8515 (gst_v4l_tuner_get_norm):
8518 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
8520 * gst-libs/gst/video/video.h:
8521 Fix caps template names to be understandable.
8522 Prefix everything with GST_VIDEO.
8523 * ext/aalib/gstaasink.c:
8524 * ext/divx/gstdivxdec.c:
8525 * ext/divx/gstdivxenc.c:
8526 * ext/gdk_pixbuf/gstgdkpixbuf.c:
8527 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
8528 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
8529 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
8530 * ext/libcaca/gstcacasink.c:
8531 * ext/libpng/gstpngenc.c: (raw_caps_factory):
8532 * ext/snapshot/gstsnapshot.c:
8533 * ext/swfdec/gstswfdec.c:
8534 * ext/xvid/gstxviddec.c:
8535 * ext/xvid/gstxvidenc.c:
8536 * gst/chart/gstchart.c:
8537 * gst/deinterlace/gstdeinterlace.c:
8538 * gst/effectv/gsteffectv.c:
8539 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
8540 * gst/goom/gstgoom.c:
8541 * gst/median/gstmedian.c:
8542 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
8543 (gst_monoscope_srcconnect), (gst_monoscope_chain):
8544 * gst/overlay/gstoverlay.c:
8545 * gst/smooth/gstsmooth.c:
8546 * gst/smpte/gstsmpte.c:
8547 * gst/synaesthesia/gstsynaesthesia.c:
8548 * gst/videocrop/gstvideocrop.c:
8549 * gst/videodrop/gstvideodrop.c:
8550 * gst/y4m/gsty4mencode.c:
8551 * sys/qcam/gstqcamsrc.c:
8552 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
8553 Make them work with new video.h file.
8554 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8555 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
8556 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8557 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
8558 Make it work with new buffer allocation system.
8560 2004-01-11 Julien MOUTTE <julien@moutte.net>
8562 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
8563 pad_alloc_buffer implementation to use ->srcpad
8564 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
8565 pad_alloc_buffer implementation to use ->srcpad
8566 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
8567 pad_alloc_buffer implementation to use ->srcpad
8568 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8569 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
8570 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
8571 a reference to everything we need.
8572 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
8573 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8574 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8575 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
8576 a reference to everything we need.
8577 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
8579 2004-01-11 David Schleef <ds@schleef.org>
8581 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
8582 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
8583 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
8585 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
8586 value during a resize/renegotiation.
8587 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
8588 gst_pad_alloc_buffer();
8589 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8590 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
8592 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
8593 Fix for rename of buffer private structure members.
8594 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8595 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
8596 Fix for rename of buffer private structure members.
8597 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8598 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
8599 Fix for rename of buffer private structure members.
8601 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
8603 reviewed by: David Schleef <ds@schleef.org>
8605 * gst/videofilter/Makefile.am:
8606 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
8607 from the patch by ds to fit in with recent make_filter changes.
8609 2004-01-11 Julien MOUTTE <julien@moutte.net>
8611 * configure.ac: Adding examples/switch/Makefile
8612 * examples/Makefile.am: Adding examples/switch
8613 * examples/switch/Makefile.am: Adding switcher example.
8614 * examples/switch/switcher.c: (got_eos), (idle_iterate),
8615 (switch_timer), (main): Adding an example demonstrating switch usage
8616 with 2 videotestsrc showing different patterns.
8617 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
8618 (gst_switch_init): Fixing switch with the new caps system.
8620 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
8622 * gst-libs/gst/video/video.h:
8623 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
8624 They should probably be like
8625 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
8627 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
8629 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8630 (qtdemux_parse_trak):
8631 fix audio chunk size/timestamp calculation
8633 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
8635 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
8638 2004-01-11 Steve Baker <steve@stevebaker.org>
8640 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
8641 (gst_agingtv_base_init), (gst_agingtv_class_init),
8642 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
8643 (gst_agingtv_set_property), (gst_agingtv_get_property):
8644 Port agingTV to videofilter
8646 2004-01-09 Julien MOUTTE <julien@moutte.net>
8648 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
8649 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8651 2004-01-09 Julien MOUTTE <julien@moutte.net>
8653 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
8654 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8655 * gst-libs/gst/xoverlay/xoverlay.c:
8656 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
8657 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
8658 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8659 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
8660 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
8661 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8662 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
8663 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
8664 the bufferalloc_function to replace bufferpools, fixing the XOverlay
8665 interface implementation to handle xid being 0 and fix some bugs
8666 triggered by Benjamin's testcase.
8667 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8668 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8669 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
8670 the bufferalloc_function to replace bufferpools, fixing the XOverlay
8671 interface implementation to handle xid being 0 and fix some bugs
8672 triggered by Benjamin's testcase.
8674 2004-01-09 David Schleef <ds@schleef.org>
8676 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
8677 mouse pointer events. It works.
8679 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
8681 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
8682 Use explicit caps - fix capsnego.
8683 * ext/xvid/gstxviddec.c:
8684 * ext/xvid/gstxvidenc.c:
8685 Remove macro-inside-macro which caused compile errors.
8686 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
8687 Error out if it's not a RIFF file. Else we error out without
8688 gst_element_error() which is not good...
8690 2004-01-08 David Schleef <ds@schleef.org>
8692 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
8693 Fix pad_link function to handle formats that ffmpeg returns
8694 as multiple caps structures.
8695 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
8696 Only complain if source buffer is _smaller_ than expected.
8697 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
8698 (gst_videoscale_handle_src_event): Resize navigation events
8699 when passing them upstream.
8700 * gst/videotestsrc/gstvideotestsrc.c:
8701 * gst/videotestsrc/gstvideotestsrc.h:
8702 * gst/videotestsrc/videotestsrc.c:
8703 * gst/videotestsrc/videotestsrc.h:
8704 Rewrite many of the buffer painting functions to handle odd
8705 sizes (for many formats, size%4!=0 or size%8!=0). Most have
8706 been verified to work with my video card.
8707 * testsuite/gst-lint: Add check for elements calling
8708 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
8710 2004-01-08 David Schleef <ds@schleef.org>
8712 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
8713 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
8715 2004-01-08 Julien MOUTTE <julien@moutte.net>
8717 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
8718 configure event is not emiting the desired size signal. That fixes
8719 aspect ratio issues with gst-player.
8721 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
8723 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
8726 2004-01-08 Julien MOUTTE <julien@moutte.net>
8728 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
8729 public method to fire size signal.
8731 2004-01-07 Julien MOUTTE <julien@moutte.net>
8733 * examples/gstplay/Makefile.am: Adding the interface library.
8734 * gst-libs/gst/play/Makefile.am: Adding the interface library.
8735 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
8736 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
8737 GST_IS_X_OVERLAY before signal connect.
8738 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
8739 Removing the have_video_size signal.
8740 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
8741 and associated public method.
8742 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8743 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
8745 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
8746 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
8748 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
8749 Using XOverlay public method to fire size signal.
8751 2004-01-07 David Schleef <ds@schleef.org>
8753 * gst/videofilter/Makefile.am:
8754 * gst/videofilter/gstvideotemplate.c:
8755 * gst/videofilter/make_filter:
8756 Create gstvideoexample.c in a srcdir!=builddir friendly way.
8757 Convert make_filter to /bin/sh script.
8759 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
8761 * gst/modplug/gstmodplug.cc: fix element description
8763 2004-01-07 Julien MOUTTE <julien@moutte.net>
8765 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
8766 (got_video_size): Adding some new lines in g_print calls.
8767 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8768 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
8769 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
8770 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
8771 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
8772 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
8773 Complete code review, reverting some stuff i disagree with, adding
8774 some fixes : time synchronization on invalid timestamps, renegotiation
8776 * sys/ximage/ximagesink.h:
8777 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
8778 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
8779 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
8780 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
8781 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
8782 (gst_xvimagesink_buffer_new),
8783 (gst_xvimagesink_navigation_send_event),
8784 (gst_xvimagesink_set_xwindow_id),
8785 (gst_xvimagesink_get_desired_size),
8786 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
8787 stuff i disagree with, adding some fixes : Renegotiation of private
8788 window, implementing get_desired_size.
8790 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
8792 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
8793 (gst_afsink_handle_event):
8794 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
8795 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
8796 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
8797 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
8798 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
8799 Fix for instantiate-test (see core). Also remove dead code from
8800 jpegenc (which still needs fixing, but that's lower on my TODO
8802 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
8803 Never return NULL as caps.
8805 2004-01-07 David Schleef <ds@schleef.org>
8809 * ext/librfb/Makefile.am:
8810 * ext/librfb/gstrfbsrc.c:
8811 New source plugin based on librfb-0.1. RFB (remote framebuffer)
8812 is the protocol used by VNC.
8814 2004-01-07 David Schleef <ds@schleef.org>
8816 * gst/videofilter/gstvideotemplate.c:
8817 * gst/videofilter/gstvideotemplate.h:
8818 * gst/videofilter/make_filter:
8819 Merge videotemplate header into source file.
8820 * gst/effectv/Makefile.am:
8821 * gst/effectv/gsteffectv.c: (plugin_init):
8822 * gst/effectv/gstwarp.c:
8823 Make warpTV a subclass of videofilter.
8825 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
8827 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8828 Add guard against invalid utf-8 conversions in mad. Just in case.
8830 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
8832 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
8833 Fix for bug shown by poisoning
8835 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
8837 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
8838 (gst_v4lmjpegsrc_buffer_free):
8839 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
8840 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
8841 (gst_v4lsrc_buffer_free):
8842 Fix for removed bufferpools.
8844 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
8846 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
8847 Fix caps negotiation.
8849 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8850 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
8851 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
8853 * ext/mpeg2dec/gstmpeg2dec.c:
8854 * gst-libs/gst/navigation/navigation.c:
8855 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
8856 * gst-libs/gst/navigation/navigation.h:
8857 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
8858 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8859 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8860 Super-simple first version of mouse and keyboard events. Clicking
8861 on a DVD menu now works, although it may not take you where you
8864 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
8865 * gst/videotestsrc/gstvideotestsrc.c:
8866 (gst_videotestsrc_src_fixate):
8867 These fixate functions were broken - they never actually
8870 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
8872 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
8873 (gst_icecastsend_init):
8874 fix for new caps system.
8875 * gst-libs/gst/mixer/mixertrack.h:
8876 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
8877 Add 'master track' flag (for tools like ACME that only want to
8878 change the main volume).
8880 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
8882 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
8883 (gst_xvid_csp_to_caps):
8884 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
8885 * ext/xvid/gstxvidenc.c:
8886 ifdef out ARGB type when it isn't available
8887 in xvidcore 1.0.0beta2
8889 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
8891 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
8892 When we have received a new SCR right in the first buffer after
8893 a seek (so in the same cycle that handles the discont), we should
8894 handle the buffer instead of unreffing it, else we lose data.
8896 2004-01-06 Iain <iain@prettypeople.org>
8898 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
8899 buffer-frames caps too.
8901 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
8902 caps that we need, don't destroy them all and rebuild them. And when
8903 creating src pads, use the src pad template rather than the sink...
8905 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
8907 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
8908 Add pad to element *after* setting functions such as event handler.
8909 Without this, the scheduler (opt) will link pads, set the event
8910 handler from the default event function (dispatcher in gstpad.c)
8911 and *after* that, we will set our own event function, which will
8912 thus never be used (and thus mpegdemux doesn't handle events).
8914 2004-01-04 David Schleef <ds@schleef.org>
8916 Fix the fixate functions to handle new prototype:
8917 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
8918 * gst/videotestsrc/gstvideotestsrc.c:
8919 (gst_videotestsrc_src_fixate):
8920 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
8921 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
8922 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
8924 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
8926 * sys/ximage/ximagesink.h:
8927 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8928 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
8929 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
8930 (gst_ximagesink_xoverlay_init):
8931 assorted fixes to make (re)embedding work
8932 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
8933 (gst_ximagesink_get_desired_size):
8934 implement desired size additions to XOverlay
8936 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
8938 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
8939 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
8940 (gst_x_overlay_got_desired_size):
8941 * gst-libs/gst/xoverlay/xoverlay.h:
8942 Add optional "desired size" signal and querying.
8944 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
8946 * gst/matroska/matroska-demux.c:
8947 (gst_matroska_demux_parse_blockgroup):
8948 Fix EBML-laced block parsing. Diffs are relative to previous
8949 lace, not the first lace. Thanks to Mosu from the Matroska
8950 team for detecting this.
8951 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
8952 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
8953 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
8954 (gst_wavparse_change_state):
8955 * gst/wavparse/gstwavparse.h:
8956 Quickfix for capsnego.
8958 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
8960 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
8961 Fix indenting, fix pad creation.
8963 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
8965 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
8966 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
8967 (gst_xviddec_sink_link):
8968 Implement src_getcaps() so proper size caps is negotiated.
8970 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
8972 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
8973 Finish flac decoder on EOS. See #116178.
8975 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
8977 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
8978 (gst_matroska_demux_add_stream):
8979 * gst/matroska/matroska-ids.h:
8980 Add getcaps() function to fix capsnego...
8982 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
8984 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8985 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
8986 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8987 Fix more integer overflows. Again, see #126967.
8989 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
8991 * ext/mpeg2dec/gstmpeg2dec.c:
8992 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
8995 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
8998 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
8999 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
9000 * ext/xvid/gstxvid.h:
9001 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
9002 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
9003 (gst_xviddec_src_link), (gst_xviddec_sink_link),
9004 (gst_xviddec_change_state):
9005 * ext/xvid/gstxviddec.h:
9006 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
9007 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
9008 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
9009 (gst_xvidenc_link), (gst_xvidenc_set_property),
9010 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
9011 * ext/xvid/gstxvidenc.h:
9012 Update xvid plugin to latest xvid (1.0.0-beta3) API.
9014 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9016 * gst/rtp/rtp-packet.c:
9017 Add sys/types.h include, since OS X doesn't define in_addr_t
9018 in netinet/in.h, like it does on Linux (see #129600).
9020 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
9022 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9024 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
9025 Correct logic of dispose function (see #129306).
9027 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9029 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
9030 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
9031 (gst_mpeg_parse_init):
9032 * gst/mpegstream/gstmpegparse.h:
9033 Remove clock (which was never provided, i.e. dead code), and
9034 also fix integer overflows at high PTS values (see #126967).
9036 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9038 * ext/flac/gstflacdec.c:
9039 * ext/libpng/gstpngenc.h:
9040 * ext/mikmod/gstmikmod.h:
9041 OS X fixes (see #126628).
9043 2004-01-02 David Schleef <ds@schleef.org>
9045 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
9046 (gst_alsa_src_base_init): Remove bogus "src" request pad.
9047 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
9048 (gst_mpeg_parse_class_init): Move pad template registration
9049 to class_init, since the derived class (mpegdemux) doesn't
9052 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
9054 * sys/ximage/Makefile.am:
9055 * sys/xvideo/Makefile.am:
9056 * sys/xvimage/Makefile.am:
9057 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
9058 after installation (see #127664).
9060 2004-01-02 David Schleef <ds@schleef.org>
9062 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
9063 (gst_ffmpegenc_connect): Negotiation fixes.
9064 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
9065 Remove inappropriate gst_caps_free().
9066 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9067 Reenable Ronald's internal resize code, since the core handles
9070 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
9072 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
9073 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
9074 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
9075 Fix pad template stuff.
9077 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
9079 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
9080 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
9081 fix signed integer reading/writing.
9083 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
9086 Remove outdated document
9088 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
9090 * gst/cutter/gstcutter.c: (gst_cutter_init):
9091 src pad was being created twice - oops.
9093 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
9095 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9096 Comment out internal resize. It doesn't handle the resulting
9097 XEvent internally, does another try_set_caps() which leads to
9099 Real fix will come when Julien and Dave are awake. ;).
9101 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
9103 * ext/mpeg2enc/gstmpeg2enc.cc:
9104 fix const/nonconst compile issue.
9106 2004-01-02 David Schleef <ds@schleef.org>
9108 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
9109 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
9110 Add fixate function and a check for bad formats.
9112 2004-01-01 David Schleef <ds@schleef.org>
9115 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9116 (gst_audiofilter_init):
9117 * gst/debug/efence.c: (gst_efence_init):
9118 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
9119 (gst_deinterlace_init):
9120 * gst/volume/gstvolume.c: (volume_connect):
9122 2004-01-01 David Schleef <ds@schleef.org>
9124 Convert elements to use gst_pad_use_explicit_caps() where
9126 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
9127 * ext/audiofile/gstafparse.c: (gst_afparse_init),
9128 (gst_afparse_open_file):
9129 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
9130 (gst_afsrc_open_file):
9131 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
9132 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
9133 (gst_ffmpegdec_chain):
9134 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9135 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
9136 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
9137 (gst_gdk_pixbuf_chain):
9138 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
9139 (gst_jpegdec_chain):
9140 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
9141 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
9142 (gst_mikmod_negotiate):
9143 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9144 (gst_mpeg2dec_negotiate_format):
9145 * ext/mpeg2enc/gstmpeg2enc.cc:
9146 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9147 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
9148 (gst_speexdec_sinkconnect):
9149 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
9150 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
9151 (gst_vorbisfile_new_link):
9152 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
9153 (gst_ac3parse_chain):
9154 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
9155 (gst_asf_demux_setup_pad):
9156 * gst/auparse/gstauparse.c: (gst_auparse_init),
9157 (gst_auparse_chain):
9158 * gst/id3/gstid3types.c: (gst_id3types_loop):
9159 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9160 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
9161 (mp1videoparse_parse_seq):
9162 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
9164 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9165 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
9166 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
9167 (gst_mpeg_parse_send_data):
9168 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9169 (gst_qtdemux_add_stream):
9170 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9171 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
9172 (gst_wavparse_parse_fmt):
9174 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
9177 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
9178 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
9179 it therefore uses the wrong include paths. Too bad... Note
9180 that 1.6.1.93 is not release yet. ;).
9181 Also add a check for mplex, which is now using the lib'ified
9182 mplex from mjpegtools, too.
9183 * ext/ffmpeg/gstffmpegcodecmap.c:
9184 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
9185 issues. I don't think ffmpeg handles 3ivx correctly, so this
9186 probably won't work. But it won't hurt either.
9187 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
9188 (gst_ffmpegdec_chain):
9189 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
9190 (gst_ffmpegenc_chain_audio):
9191 Fix memleak in audio encoding. Close codec if open fails, this
9192 calls the cleanup routines so we can re-use the context.
9193 * ext/mpeg2enc/gstmpeg2enc.cc:
9194 Fix pad template names/types, fix memory issue with getcaps().
9195 * ext/mpeg2enc/gstmpeg2encoder.cc:
9196 * ext/mpeg2enc/gstmpeg2encoder.hh:
9197 Fix compile issue with new caps system (const thingy).
9198 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9199 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
9200 We read a first frame right on initing, so that we have a caps
9201 when we init the output. This caps is cached in padprivate and
9202 read as first frame.
9203 * ext/mplex/Makefile.am:
9204 * ext/mplex/gstmplex.cc:
9205 * ext/mplex/gstmplex.h:
9206 * ext/mplex/gstmplex.hh:
9207 * ext/mplex/gstmplexibitstream.cc:
9208 * ext/mplex/gstmplexibitstream.hh:
9209 * ext/mplex/gstmplexjob.cc:
9210 * ext/mplex/gstmplexjob.hh:
9211 * ext/mplex/gstmplexoutputstream.cc:
9212 * ext/mplex/gstmplexoutputstream.hh:
9213 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
9214 had issues, didn't do capsnego, supported only a subset of the
9215 mplex features and required a mplex fork in our local CVS. Plus
9216 that it worked agaist a very old mplex version. Rewriting was
9217 faster than updating it.
9218 * gst-libs/ext/Makefile.am:
9219 * gst-libs/ext/mplex/INSTRUCT:
9220 * gst-libs/ext/mplex/Makefile.am:
9221 * gst-libs/ext/mplex/README:
9222 * gst-libs/ext/mplex/TODO:
9223 * gst-libs/ext/mplex/ac3strm_in.cc:
9224 * gst-libs/ext/mplex/audiostrm.hh:
9225 * gst-libs/ext/mplex/audiostrm_out.cc:
9226 * gst-libs/ext/mplex/aunit.hh:
9227 * gst-libs/ext/mplex/bits.cc:
9228 * gst-libs/ext/mplex/bits.hh:
9229 * gst-libs/ext/mplex/buffer.cc:
9230 * gst-libs/ext/mplex/buffer.hh:
9231 * gst-libs/ext/mplex/fastintfns.h:
9232 * gst-libs/ext/mplex/format_codes.h:
9233 * gst-libs/ext/mplex/inputstrm.cc:
9234 * gst-libs/ext/mplex/inputstrm.hh:
9235 * gst-libs/ext/mplex/lpcmstrm_in.cc:
9236 * gst-libs/ext/mplex/mjpeg_logging.cc:
9237 * gst-libs/ext/mplex/mjpeg_logging.h:
9238 * gst-libs/ext/mplex/mjpeg_types.h:
9239 * gst-libs/ext/mplex/mpastrm_in.cc:
9240 * gst-libs/ext/mplex/mpegconsts.cc:
9241 * gst-libs/ext/mplex/mpegconsts.h:
9242 * gst-libs/ext/mplex/mplexconsts.hh:
9243 * gst-libs/ext/mplex/multplex.cc:
9244 * gst-libs/ext/mplex/outputstream.hh:
9245 * gst-libs/ext/mplex/padstrm.cc:
9246 * gst-libs/ext/mplex/padstrm.hh:
9247 * gst-libs/ext/mplex/stillsstream.cc:
9248 * gst-libs/ext/mplex/stillsstream.hh:
9249 * gst-libs/ext/mplex/systems.cc:
9250 * gst-libs/ext/mplex/systems.hh:
9251 * gst-libs/ext/mplex/vector.cc:
9252 * gst-libs/ext/mplex/vector.hh:
9253 * gst-libs/ext/mplex/videostrm.hh:
9254 * gst-libs/ext/mplex/videostrm_in.cc:
9255 * gst-libs/ext/mplex/videostrm_out.cc:
9256 * gst-libs/ext/mplex/yuv4mpeg.cc:
9257 * gst-libs/ext/mplex/yuv4mpeg.h:
9258 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
9259 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
9260 We don't fork mjpegtools' mplex in our CVS anymore.
9261 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
9262 (gst_avi_demux_add_stream):
9263 * gst/avi/gstavidemux.h:
9264 Add getcaps() function for proper caps nego. This makes some
9265 parts of AVI playback/reading work.
9266 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
9267 Resize window on new capsnego. This is probably wrong, but
9268 I'm still committing it because with current capsnego, the
9269 first successfull capsnego is auto-fixated, therefore rounded
9270 down to the lowest values in the caps. this results in a 16x16
9271 XWindow that is not reized when real capsnego finishes.
9272 Dave, I see more cases of this, do you know a proper solution?
9273 * tools/gst-launch-ext.in:
9274 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
9276 2003-12-31 David Schleef <ds@schleef.org>
9278 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
9279 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
9280 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
9282 2003-12-30 David Schleef <ds@schleef.org>
9284 * ext/ffmpeg/gstffmpegcolorspace.c:
9285 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9286 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
9287 (gst_ffmpegcsp_chain): Negotiation fixes
9288 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
9289 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9290 (gst_audio_convert_link), (gst_audio_convert_channels):
9291 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
9292 (gst_audioscale_link), (gst_audioscale_get_buffer),
9293 (gst_audioscale_chain): Negotiation fixes
9294 * gst/audioscale/gstaudioscale.h:
9295 * gst/videofilter/gstvideofilter.c:
9296 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
9297 (gst_videofilter_link), (gst_videofilter_init),
9298 (gst_videofilter_set_output_size), (gst_videofilter_setup),
9299 (gst_videofilter_find_format_by_structure):
9300 * gst/videofilter/gstvideofilter.h: Negotiation fixes
9301 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
9302 (gst_videoscale_link):
9303 * gst/videoscale/videoscale.c: (videoscale_get_structure),
9304 (videoscale_find_by_structure), (gst_videoscale_setup):
9305 * gst/videoscale/videoscale.h: Negotiation fixes
9306 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
9307 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
9308 function, restrict resizing to a multiple of 4 (hack until
9309 everyone supports odd sizes correctly).
9311 2003-12-29 Colin Walters <walters@verbum.org>
9313 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
9316 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
9318 * ext/sndfile/gstsf.c: (gst_sf_loop):
9319 Fix warning about discarding const qualifier
9321 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
9323 * gst/cutter/gstcutter.c:
9324 * gst/videoscale/gstvideoscale.c:
9325 * gst/volenv/gstvolenv.c:
9326 * gst-libs/gst/audio/audio.c:
9327 * gst-libs/gst/video/video.c:
9330 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
9332 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
9333 Don't send ALSA debugging to stderr.
9334 * ext/alsa/gstalsa.h:
9335 Use GST_WARNING instead of g_warning when ALSA functions fail.
9337 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
9339 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9340 Free XVAdapterInfo correctly.
9342 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
9344 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9345 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
9346 Make id3tag use correct caps nego.
9348 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
9350 * ext/ivorbis/vorbis.c:
9351 * ext/ivorbis/vorbisenc.h:
9352 * ext/ivorbis/vorbisfile.c:
9353 Modify so that it uses the new caps things
9355 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
9357 * testsuite/spider/spider1.c: (main):
9358 * testsuite/spider/spider2.c: (main):
9359 * testsuite/spider/spider3.c: (main):
9360 Make tests compile again. They probably don't work.
9362 2003-12-24 Colin Walters <walters@verbum.org>
9364 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
9365 we can't fixate the caps anymore.
9367 2003-12-23 David Schleef <ds@schleef.org>
9369 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
9370 * sys/oss/gstosssink.c: (gst_osssink_init),
9371 (gst_osssink_sink_fixate): Add fixate function.
9373 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
9375 * ext/ffmpeg/gstffmpegcodecmap.c:
9376 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
9377 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
9378 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
9379 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9380 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9381 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9382 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
9383 fix typo in RGB masks, and move back to "old" colorspace
9384 capsnego code until whoever wrote this new crap has actually
9385 tested it so that it works.
9386 And yes, this works, keep it that way please.
9388 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
9390 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
9391 (gst_divxdec_init), (gst_divxdec_negotiate):
9392 * ext/divx/gstdivxdec.h:
9393 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
9395 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
9396 (gst_faac_sinkconnect), (gst_faac_srcconnect):
9397 * ext/mpeg2enc/gstmpeg2enc.cc:
9398 * ext/mpeg2enc/gstmpeg2encoder.cc:
9399 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
9400 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
9401 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
9402 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
9404 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
9405 (dxr3videosink_init):
9406 Fix caps breakage after Dave's caps branch merge.
9408 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
9410 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9411 Fix for 24bpp display.
9413 2003-12-23 Colin Walters <walters@verbum.org>
9415 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
9416 a GnomeVFSHandle directly.
9418 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
9420 * gst/volume/Makefile.am:
9421 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
9422 (volume_base_init), (volume_init):
9423 Reenable volume element and fix to work with new caps stuff.
9424 Rhythmbox needs this.
9426 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
9428 * gst/qtdemux/qtdemux.c: (plugin_init):
9429 qtdemux requires bytestream
9431 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
9433 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
9434 Fix remaining caps handling errors due to CAPS merge.
9436 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
9438 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
9439 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
9440 (gst_faad_srcconnect):
9441 Port to new caps system.
9443 2003-12-21 Julien MOUTTE <julien@moutte.net>
9445 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
9446 (got_video_size), (main): using g_print instead of g_message.
9447 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
9448 signal which was not emitted because of "switch" element added to the
9449 bin but not connected. (Removing from the bin temporarily)
9451 2003-12-21 Julien MOUTTE <julien@moutte.net>
9453 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
9454 find X development files. I don't understand the previous tests and
9455 they fail on my debian/ppc unstable. This one works.
9456 * examples/gstplay/player.c: (main): Set the pipeline to READY before
9458 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
9459 (gst_play_set_video_sink), (gst_play_set_audio_sink),
9460 (gst_play_set_visualization): Add some safety checks in set_ methods
9461 and state_change. This was throwing some ugly CRITICAL messages when
9462 pipeline was getting disposed and casts were failing.
9464 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
9467 Improve mpeg2enc detection. This is for distributions that do
9468 ship mjpegtools, but without mpeg2enc. Also does object check
9469 for might there ever be ABI incompatibility.
9470 * ext/mpeg2enc/gstmpeg2enc.cc:
9471 Add Andrew as second maintainer (he's helping me), and also add
9472 an error if no caps was set. This happens if I pull before capsnego
9473 and that's something I should solve sometime else.
9474 * gst/matroska/matroska-demux.c:
9475 (gst_matroska_demux_parse_blockgroup):
9477 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
9478 (gst_matroska_mux_track_header):
9479 Add caps to templates.
9480 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
9481 Add mpegversion=1 to prevent confusion with MPEG/AAC.
9482 * gst/mpegstream/gstmpegdemux.c:
9483 Remove layer since it causes warnings about unfixed caps.
9484 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9485 Fix obvious typo (we error out if caps were set, we should of
9486 course error out if *no* caps were set).
9487 * sys/oss/gstosselement.c: (gst_osselement_convert):
9488 Fix format conversion, we confused bits/bytes.
9489 * sys/oss/gstosselement.h:
9490 Improve documentation for 'bps'.
9492 Remove stuff about plugins that need removing - this was done
9494 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
9495 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
9496 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
9497 (gst_v4lsrc_src_query):
9498 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9499 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
9500 Add get_query_types(), get_formats() and query() functions.
9502 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
9504 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
9505 * moved CVS to freedesktop.org