gstreamer 0.10.21

2008-10-03 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.21
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.21.tar.gz
  md5sum: 7dccb668c3cb9c832833ee0541c78cd0
 sha1sum: 1a2a7dbc219310b2368386a9e1433cc5593cfafd
size: 3.5M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.21.tar.bz2
  md5sum: 7bad90af3fd81a1535363cf85359125c
 sha1sum: 892daa9517dd7603e80b009dc059e20f4daea66f
size: 2.6M

News


This is GStreamer 0.10.21 "Take These Things From Me"

Changes since 0.10.20:

  * Basetransform rework
  * Basesink synchronisation extensions
  * New documentation
  * Many bug fixes, enhancements and optimisations

Bugs fixed since 0.10.20:

  * 481169 : [tag] add support for geo tags (gps location etc.)
  * 520694 : adding GST_TAG_KEYWORDS
  * 538201 : deleting the control point at ts=0 does not lower the con...
  * 544855 : fakesrc and fakesink should call super::event()
  * 339795 : [GstBaseTransform] Reverse negotiation issues in passthro...
  * 348114 : [PPC64?] [gcc-4.1.2?] GST_BUFFER_IN_CAPS flag should have...
  * 361718 : [basetransform] needs API to force renegotiation
  * 533856 : gst_buffer_join() documentation is unclear
  * 536978 : GTKDOC_CFLAGS should include CFLAGS
  * 537804 : [multiqueue] wrongly reporting that the queue is full.
  * 537812 : [check] add api to setup a pad by name
  * 538568 : Add GST_TAG_ATTACHMENT
  * 539772 : gst_pad_template_new() does more than call g_object_new()
  * 542175 : gst-inspect --gst-plugins-path fails with multiple direct...
  * 543444 : gst_base_sink_get_position can return 0 unexpectedly
  * 543853 : Bison version check failure on OSX 10.4 Tiger
  * 544174 : [basesrc] allow dynamic value of the seekable value.
  * 544776 : [win32] binary registry may fail if glib is using a diffe...
  * 545352 : gsturi is too restrictive
  * 545603 : gst-inspect: don't print uri handler when compiled withou...
  * 545605 : gstelementfactory: don't use uri handler code without uri...
  * 545607 : gst: include gstconfig when using macros defined therein
  * 545853 : [basetransform] rewrite
  * 546328 : fractions with G_MAXINT cause failure for fixation
  * 546822 : gstreamer doesn't tell gettext to output its translations...
  * 547277 : filesrc detect if a file is seekable using SEEK_SET and n...
  * 547728 : [basetransform] fail on buffer_alloc 
  * 548394 : basesink should ignore EOS during flushing
  * 548652 : [Inconsistency] GST_TAG_LOCATION is used for different me...
  * 549504 : Thread-safe version of gst_pad_get_internal_links()
  * 551952 : Need 'check' package when compile
  * 551978 : Memleak in gst_element_sync_state_with_paren
  * 547835 : tee release_request_pad while buffer_alloc racyness
  * 538628 : Patch: added a timeout property to fdsrc used in gst_poll...
  * 546883 : [basetransform] ximagesink fails when resizing video window
  * 551509 : gst_base_transform_prepare_output_buffer: assertion faile...

API added since 0.10.20:

  * Add GST_TAG_ATTACHMENT for generic file attachments to streams.
  * Add gst_base_sink_set_render_delay()
  * Add gst_base_sink_get_render_delay()
  * Add gst_check_setup_src_pad_by_name
  * Add gst_check_setup_sink_pad_by_name
  * Add gst_check_teardown_pad_by_name
  * Add GstBaseTransform::gst_base_transform_suggest()
  * GstBaseTransform::gst_base_transform_reconfigure()
  * GstPad::gst_pad_set_iterate_internal_links_function()
  * GstPad::GstPadIterIntLinkFunction
  * GstPad::gst_pad_iterate_internal_links()
  * GstPad::gst_pad_iterate_internal_links_default()

API deprecated since 0.10.20:

  * gst_pad_get_internal_links()
  * gst_pad_set_internal_link_function()
  * gst_pad_get_internal_links_default()

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gst-plugins-base 0.10.21

2008-10-03 Thread Jan Schmidt
   Module: gst-plugins-base
  Version: 0.10.21
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.21.tar.gz
  md5sum: aaa89b7f610a9b1ec3edb045dd02ad70
 sha1sum: 1366e181efd9b47957f722e7fb2f4915f149faa8
size: 2.8M

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.21.tar.bz2
  md5sum: 0e0cd485311502ad1c0c028148e3186a
 sha1sum: ae83b3306f52aa3affd014dade30c6cd5c2baa66
size: 1.9M

ChangeLog
-

=== release 0.10.21 ===

2008-10-03  Jan Schmidt <[EMAIL PROTECTED]>

* configure.ac:
  releasing 0.10.21, "We Could Be Wrong"

2008-09-28  Jan Schmidt  <[EMAIL PROTECTED]>

* configure.ac:
0.10.20.4 pre-release

2008-09-25  Wim Taymans  <[EMAIL PROTECTED]>

Patch by: Vincent Penquerc'h 

* ext/theora/theoraparse.c: (theora_parse_set_streamheader):
Set the BOS flag on the BOS packet. Fixes #553244.

2008-09-23  Wim Taymans  <[EMAIL PROTECTED]>

* gst-libs/gst/rtsp/gstrtspmessage.c:
(gst_rtsp_message_parse_request),
(gst_rtsp_message_parse_response):
Fix the g_return_val_if_fail() statements.

2008-09-22  Michael Smith <[EMAIL PROTECTED]>

* gst-libs/gst/tag/gsttagdemux.c:
  Fail to activate if there's insufficient data in the file to be 
usable,
  preventing an assertion fail later. Fixes #552960

2008-09-15  Tim-Philipp Müller  

* gst-libs/gst/pbutils/descriptions.c:
* gst/typefind/gsttypefindfunctions.c:
  Recognise Kate subtitle streams (#550582).

2008-09-13  Tim-Philipp Müller  

* gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
  Remove trailing comma from enum list, which causes problems
      with -pendantic (#550729).

2008-09-10  Jan Schmidt  <[EMAIL PROTECTED]>

* configure.ac:
0.10.20.2 pre-release

* po/LINGUAS:
* po/id.po:
* po/pt_BR.po:

New translations.

2008-09-05  Tim-Philipp Müller  

* gst-libs/gst/interfaces/propertyprobe.c:
  (gst_property_probe_get_properties),
  (gst_property_probe_get_property),
  (gst_property_probe_probe_property),
  (gst_property_probe_probe_property_name),
  (gst_property_probe_needs_probe),
  (gst_property_probe_needs_probe_name),
  (gst_property_probe_get_values),
  (gst_property_probe_get_values_name),
  (gst_property_probe_probe_and_get_values),
  (gst_property_probe_probe_and_get_values_name):
  More sanity checks for our second-favourite interface.

2008-09-05  Stefan Kost  <[EMAIL PROTECTED]>

* gst-libs/gst/interfaces/propertyprobe.c:
  Check for NULL pointer, in the hope that this fixes #532864.

2008-09-05  Tim-Philipp Müller  

* sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
  No really, the next release is 0.10.21 (fix Since: tags in docs).

2008-09-04  Wim Taymans  <[EMAIL PROTECTED]>

* gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
Disable a code path that is now called but causes a deadlock for some
reason and is unneeded.

2008-09-04  Stefan Kost  <[EMAIL PROTECTED]>

* sys/xvimage/xvimagesink.c:
* sys/xvimage/xvimagesink.h:
  Add a "draw-border" property that can be set to false to disable
  drawing borders.
  
* tests/icles/test-colorkey.c:
* tests/icles/Makefile.am:
  Add new test application for the colorkey handling.

2008-09-03  Edward Hervey  <[EMAIL PROTECTED]>

* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
This will also be fixed for upcoming gst-ffmpeg release so that once
this release of -base is out, it will work with the latest gst-ffmpeg
release.

2008-09-03  Edward Hervey  <[EMAIL PROTECTED]>

* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
(gst_riff_create_audio_template_caps):
Add Truespeech mapping for RIFF formats (AVI/WAV).
Fixes #550656

2008-09-03  Mark Nauwelaerts  <[EMAIL PROTECTED]>

* gst/typefind/gsttypefindfunctions.c: (plugin_init):
Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
Fixes #550638.

2008-09-03  Stefan Kost  <[EMAIL PROTECTED]>

* configure.ac:
* gst/subparse/Makefile.am:
* gst/subparse/gstsubparse.c:
* gst/subparse/samiparse.c:
* tests/check/elements/subparse.c:
  Rework last change, so that we build subparse, but just disable the
  sami parse functionality, if we're configured to not use xml. In the
  tests only the sami test is disabled now.

2008-09-02  Stefan Kost  <[EMAIL 

gstreamer 0.10.22

2009-01-19 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.22
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.22.tar.gz
  md5sum: 3f2b6ef5ae7463309cbed2ea66dc046f
 sha1sum: 87c36a50a697b19ec9e678c5070c2a091807d28b
size: 3.6M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.22.tar.bz2
  md5sum: 35dd8598837af4074753afe5b59e8ef2
 sha1sum: 8be3e00cafefd8bbb402b77f0c19fbe359bde998
size: 2.7M

News


This is GStreamer 0.10.22 "I heard a disturbing sound"

Changes since 0.10.21:

  * GstController improvements
  * Extensions to the latency setting behaviours
  * Ability for plugins to register dependencies to trigger re-scanning
  * Optimisations in some common operations on caps and values and elsewhere
  * Add sequence numbers to events so dependent events can be associated 
with
the event that caused them
  * New macros for reading and writing float values
  * Many improvements in the basesink base class
  * Support non-default main contexts for GstBus watches
  * Improvements in pull-mode scheduling of sinks
  * Fixes for alignment issues on sparc
  * Ghost pad fixes
  * New bit-reader assistance API
  * Many other bug fixes and improvements
  
Bugs fixed since 0.10.21:

  * 567002 : --gst-disable-registry-update also skips registry creation
  * 350477 : [Registry] Provide a way for plugins to delegate the 'cha...
  * 510354 : post GST_MESSAGE_STRUCTURE_CHANGE when linking and unlink...
  * 526044 : Crash if there is more than one watcher for a GstBus
  * 539108 : gst_ghost_pad_new() does more than call g_object_new()
  * 544003 : [parse] Links to wrong pad if no padtemplate name is given
  * 544293 : rtspsrc / gstpoll regression
  * 545714 : GST_READ_UINT_* and GST_WRITE_UINT_* are not always safe ...
  * 548786 : [win32] search for plugins based on location of DLL
  * 551676 : Small Memleak fix in gst_pad_link_check_compatible_unlocked
  * 552778 : add free_func in gstbuffer instances
  * 553554 : [base] Add a generic bit reader
  * 553874 : query_position broken during seek
  * 555196 : Move floating point endian conversion macros into core
  * 555307 : Need to push latency event into the pipeline
  * 555631 : Banshee crashes; gstreamer GST_CAPS GST_IS_CAPS warnings
  * 556091 : libtool-2.2 and old gettext don't mix
  * 556900 : a copy & paste bug in helloworld example
  * 557154 : Allow totem to run without write-access to home directory
  * 557300 : libgstnet needs to link against $(WIN32_LIBS)
  * 557438 : Gstreamer crashes when Banshee supposed to change track
  * 557649 : GstBaseTransform can cause ivalid memory references
  * 559250 : segments need identifiers.
  * 560301 : Add --plugin to gst-inspect
  * 560360 : Excessive statting when reading binary cache
  * 560399 : Unnecessary CRC checksum for binary registry cache
  * 560442 : GNOME Goal: Remove deprecated GLib symbols
  * 561501 : g_type_class_ref without unref
  * 562170 : GstBus watch doesn't work with non-default main context
  * 562949 : [API] Add an URI query type for querying the source/sink URI
  * 564863 : Caps are not propagated from a ghostpad's target to the g...
  * 567225 : volatile gonce_data in BOILERPLATE not initialized to 0
  * 566393 : [deadlock] Setting index on a pipeline

API added since 0.10.21:

  * Add bit reader and byte reader classes.
  * gst_message_new_structure_change()
  * gst_message_parse_structure_change()
  * GST_BUFFER_FREE_FUNC()
  * Add GST_READ_UINT24_(LE|BE) and GST_WRITE_UINT24_(LE|BE).
  * GstBaseSrc::gst_base_src_set_blocksize()
  * GstBaseSrc::gst_base_src_get_blocksize()
  * GstBaseSink::gst_base_sink_set_blocksize()
  * GstBaseSink::gst_base_sink_get_blocksize()
  * GstBaseSink::blocksize
  * GstBaseSink::gst_base_sink_do_preroll()
  * Add gst_byte_reader_get_data and gst_byte_reader_peek_data 
  * Move float endianness conversion macros from libgstfloatcast to core
  * gst_util_seqnum_next, gst_util_seqnum_compare
  * gst_event_get_seqnum, gst_event_set_seqnum
  * gst_message_get_seqnum, gst_message_set_seqnum
  * GstSeekFlags::GST_SEEK_FLAG_SKIP 
  * gst_bin_recalculate_latency()
  * GstBin::do-latency
  * gst_tag_setter_reset_tags()
  * gst_query_new_uri, gst_query_set_uri, gst_query_parse_uri
  * add gst_plugin_add_dependency()
  * add gst_plugin_add_dependency_simple()

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gst-plugins-good 0.10.14

2009-03-05 Thread Jan Schmidt
   Module: gst-plugins-good
  Version: 0.10.14
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.14.tar.gz
  md5sum: b91f7e0032485260806afb5962dac879
 sha1sum: a564d2b0e58e61162920ca1e9f1d3426df7b5c8f
size: 3.2M

http://download.gnome.org/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.14.tar.bz2
  md5sum: a861ccbb90a176d1242608502f45f0ac
 sha1sum: 49dbcfcbbab9bd6a1e54d9e548184016c20f3aba
size: 2.2M

News


This is GStreamer Good Plug-ins 0.10.14, "Disaffected Affectation"

Changes since 0.10.13:

  * Add autodetect source elements
  * Improvements in RTP payload/depayload and RTSP
  * Support float input in wav, and require depth == width
  * Support inverted RGB video in avi
  * Compilation fixes and smarter format selection in V4L2 support
  * Use libv4l when available
  * Don't install static plugin libraries any more
  * Matroska muxing: Add Dirac, fix AAC
  * Improve qtdemux segment handling
  * Add presets to equalizer
  * OS/X video and audio output improvements
  * Rework Pulseaudio audio output
  * Support basic and digest auth in souphttpsrc
  * Use libsoup-gnome instead of libsoup when available
  * DV demuxer fixes
  * New IIR and FIR base classes and echo filter in audiofx plugin
  * Improved spectrum analysis plugin
  * 8 bit greyscale support in v4l2src and videocrop
  * New aspectratiocrop element
  * Many other bug fixes and improvements

Bugs fixed since 0.10.13:
 
  * 561502 : Not-negociated error in udpsrc
  * 522183 : add preset suport to gstequalizer
  * 523813 : [autodetect] add autovideosrc and autoaudiosrc
  * 557709 : goom should have license headers in all source files
  * 560155 : segfault when trying to set tag to NULL with avimux
  * 527951 : [new element] aspectratiocrop
  * 529379 : RTSP seeks when pipeline is in STATE_PAUSED
  * 532409 : RTP payload/depayloader for G.729
  * 537539 : [pulse] Rhythmbox starts using 100% of CPU time when puls...
  * 537540 : [pulse] Causes a deadlock when the pulseserver dies
  * 537543 : [pulse] sink/src should have " volume " property (was GstMi...
  * 545033 : [v4l2src] Add support for camera specific formats
  * 552140 : [soup] use libsoup-gnome for proxy configuration if avail...
  * 556019 : Add the ability to make souphttpsrc act as a live source
  * 556484 : Implement getcaps in rtpL16pay
  * 556641 : rtpL16depay doesn't support multichannel audio
  * 556802 : Misspelled messages
  * 556955 : [videocrop] fails to renegotiate
  * 556986 : pulsesink deadlocks when raising an error
  * 557260 : [equalizer] Calculates coefficients for every buffer
  * 557293 : Argument type mismatch on Windows
  * 557294 : cross mingw32 gcc: getaddrinfo is not in ws2_32.dll befor...
  * 557710 : Memory leak related to matroskamux's request pads
  * 558427 : rtpmpapay/depay are too wide
  * 558638 : Compiler error on v4l2
  * 558711 : gst-plugins-good-0.10.11 compile fails
  * 559288 : [qtdemux] deadly embrace!
  * 559545 : rtspsrc could not receive data from RTSP server because o...
  * 559547 : Seek bugs when playing rtsp video in m.youtube.com
  * 560641 : rtp mp4 payloader doesn't flush the last frame upon EOS
  * 560756 : New Plugin: JPEG RTP Payloader
  * 561625 : Rtspsrc set segment's last_stop incorrectly
  * 561775 : souphttpsrc patch to support basic and digest authentication
  * 561802 : DLNA specific HTTP header missing
  * 561990 : qtdemux build fails on mingw due to missing definition of...
  * 562434 : [wavenc] Add support for a-law and mu-law encoded wav files
  * 562572 : multiudpsink handles errors in _render() too aggressively
  * 563414 : Fix for SunAudioMixer plugin
  * 563504 : add libv4l2 support to v4l2 gst plugin - required for mos...
  * 563509 : [rtp_data_test] Complains about negotiation errors with m...
  * 563510 : [videocrop] 1x1 unit test fails
  * 564437 : rtpjpegdepay was unable to handle frame dimensions greate...
  * 564948 : Fix and clean up osxaudio
  * 565850 : mov files can contain xvid, fmp4 and ac3 tracks
  * 566616 : v4l2src: b/w support
  * 566843 : [pulse] Terminating an audio stream hangs the application
  * 567577 : [audiofx] Add generic IIR/FIR audio filter elements
  * 567642 : spectrum element has undocumented arbitrary limitation on...
  * 567746 : fix for 547227 created a ref loop
  * 567794 : [PATCH] Rework pulse plugin
  * 567800 : Mp4 created by Avidemux don't play.
  * 567853 : osxaudiosrc does not build on 10.4
  * 567874 : [audiofx] Echo/Reverb filter
  * 567955 : [spectrum] Need compensation for rounding errors
  * 567992 : [videocrop] wrong mouse navigation command

gstreamer 0.10.23

2009-05-10 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.23
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.23.tar.gz
  md5sum: a7bba377ff10ec35d812ef59ba6469f8
 sha1sum: 9a72c98395fb6daf87c876a9812d247e0fa74c11
size: 3.6M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.23.tar.bz2
  md5sum: f7b2e300d2d85756407ec529424ab237
 sha1sum: 861af545b51be56b5782a636844f2e888ea7c90c
size: 2.8M

News


This is GStreamer 0.10.23 "Alaboo Alaboo"

Changes since 0.10.22:
  * Support files > 4GB on Windows
  * Controller interpolation fixes
  * Add timer support to GstPoll and use it for clocking
  * Attempt to typefind contents from the file extension if all else fails
  * GStreamer revision control switched to Git
  * Many other bug fixes and improvements

Bugs fixed since 0.10.22:
 
  * 579177 : GstInfo: maintain ABI compatibility
  * 163577 : [RFC] Interlaced/progressive media support in GStreamer.
  * 574160 : collectpads does not reliably eos when last pad is removed
  * 575598 : hierarchical pipelines accumulate segment-done wrongly
  * 575922 : disabling subsystems cause API break
  * 576842 : loading a broken registry file can crash
  * 555978 : [ladspa] no elements exposed/found on Cygwin
  * 565607 : Broken macros in gsturi.h and gstinterface.h
  * 566936 : [ghostpads] unlink function wrongly called on target
  * 567692 : gstinfo.h header not compatible with C++
  * 567725 : [qtdemux] stopping at a time sometimes shows a different ...
  * 568289 : gst_pad_template_new() leaks caps it's supposed to take o...
  * 568438 : gst_poll_wait calling read() on control socket
  * 568481 : GStreamer linking failures.
  * 568632 : __MSVCRT_VERSION__ not defined with mingw, causing " stora...
  * 568678 : filesrc doesn't logs offsets
  * 570910 : Removing the target of a ghostpad does not re-target the ...
  * 571227 : Add home page tag
  * 571559 : [API] add GST_PARAM_MUTABLE_PLAYING etc. to indicate vali...
  * 572480 : unref and copy functions should not be macros
  * 573623 : [API] Array binary search utility function
  * 574024 : [GstAdapter] gst_adapter_push should not accept empty buf...
  * 574211 : gst_poll_*_control always returns FALSE on Windows
  * 574213 : [gstcheck] fix for libcheck > 0.9.6
  * 574241 : gst_tag_list_add and gst_tag_list_add_values behave incon...
  * 574484 : [patch] Make caps in DOT debug graphs more readable
  * 574623 : [dot_file_with_ts] ':' not a valid character for a filename
  * 574805 : [capsfilter] Doesn't reset the internal suggestion with A...
  * 575695 : build fails on OpenSolaris due to incorrect header file i...
  * 575814 : flag for EOS on gst-launch when exiting with ctrl-c
  * 576381 : [basesink] QoS: emergency rendering not always done
  * 576563 : pidgin crashes on exit in gst_plugin_ext_dep_free()
  * 576582 : A patch to enable the use of 'name' in Enum parameters
  * 577887 : Missing GST_DISABLE_GST_DEBUG in gstregistrybinary.c
  * 577891 : add alloc-pad property on tee
  * 578114 : API: add two new log levels: FIXME and MEMDUMP
  * 578201 : _gst_plugin_fault_handler_is_setup undefined under HAVE_W...
  * 579127 : gst-launch: disable CLOCK_LOST message handling
  * 580121 : race condition in GStreamer state changes causes problems...
  * 361155 : Add monotonic clock
  * 517231 : threadsafe/colored windows logging
  * 572591 : Another batch of " differs in signedness " warnings
  * 573823 : pad block callback if it is re-blocked while the previous...
  * 574163 : Fix gst_pad_activate_pull deactivation with unlinked element
  * 575682 : Add gst_pad_is_compatible()
  * 575988 : On Windows filesink can't write files longer than 2-4 GiB...

API additions since 0.10.22:

  * New FIXME and MEMDUMP debug levels
  * gst_tag_list_get_buffer() and gst_tag_list_get_buffer_index()
  * New tags: GST_TAG_SUBTITLE_CODEC, GST_TAG_HOMEPAGE
  * gst_util_array_binary_search()
  * gst_message_new_request_state(), gst_message_parse_request_state(), 
GST_MESSAGE_REQUEST_STATE
  * GstPoll::gst_poll_new_timer()
  * GstPoll::gst_poll_write_control()
  * GstPoll::gst_poll_read_control()

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gst-plugins-base 0.10.23

2009-05-10 Thread Jan Schmidt
   Module: gst-plugins-base
  Version: 0.10.23
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.23.tar.gz
  md5sum: e3662b1099e91f0b6ed0c103d5001222
 sha1sum: e57741d1907dd93f48496edb6ee1d56becbabdec
size: 2.9M

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.23.tar.bz2
  md5sum: 641cc7def2d8667b9b4df15e69dba25f
 sha1sum: f0b66ddca22187c8011b37a5d806c7dc7e68b7f1
size: 2.1M

News


This is GStreamer Base Plug-ins 0.10.23, "Emergency de-stress signal"

Changes since 0.10.22:

  * New navigation API to support DVD playback
  * playbin2 improvements
  * RTSP extensions to allow extra headers and options
  * Replace audioresampler with speexresample based code
  * Support interlacing flags in the gstvideo library
  * Support new RIFF formats
  * Improve typefinding
  * Support more frame formats in videoscale
  * Many other bug-fixes and improvements

Bugs fixed since 0.10.22:
 
  * 577637 : [playbin2] expose temp-location property
  * 580120 : [playbin2] unit test fails
  * 478512 : [alsamixer] volume control slider not working
  * 574962 : rhythmbox crash in flac_type_find
  * 564139 : Documentation of TCP plugins
  * 577436 : xvimagesink should use xcontext- > depth and not count bits...
  * 350311 : [playbin2] support for subpicture subtitles
  * 378094 : Enable pango elements to handle UYVY
  * 543591 : Gnonlin can not play theora streams
  * 553295 : [riff] fuzzed AVI file causes segfault
  * 565105 : Gstreamer does not change from READY back to PAUSED in sa...
  * 565777 : [riff] unrecognised video fourcc 0x1002 for mpeg2 in avi
  * 51 : [typefind] Fall back to file extension using uri query
  * 567255 : [riff] doesn't detect codec_id 0x706d as AAC (amongst other)
  * 567636 : [pbutils] Missing plugins code shouldn't ask for the same...
  * 567740 : bogus warning in decodebin2?
  * 568482 : linking problems in gst-plugins-base
  * 569655 : [ffmpegcolorspace] Add UYVY422 to GRAY8 conversion function
  * 570142 : Documentation is broken for uridecodebin
  * 570356 : aac typefinder failure
  * 570768 : [ximagesink] wrong mouse pointer position if output windo...
  * 570832 : Add flags to enhance mixer interfaces
  * 571009 : [tagdemux] WMA file with id3v2 tag causes assertion to fail
  * 571147 : [ffmpegcolorspace/videotestsrc] Add support for packed/pl...
  * 572577 : [playbin2] deadlock on shutdown
  * 572872 : [ffmpegcolorspace] Add YVYU colorspace
  * 572993 : [subparse] broken libregex dependency on Windows
  * 573165 : Generate additional export files for gstreamer app plugin
  * 573528 : Wrong format modifier in gstgiobasesink.c
  * 573529 : In gstrtspconnection.c some functions are called with wro...
  * 574293 : [decodebin2] deadlock on shutdown
  * 574319 : Missing HAVE_PROCESS_H in win32/common/config.h
  * 574447 : gstadder.c: line 904: error C2036: 'gpointer' : unknown size
  * 574939 : [typefinding] flac typefinder mis-typefinds PDFs as flac ...
  * 575550 : srt subtitle file keeps playbin2 from playing
  * 575638 : kissfft copyright
  * 575649 : [oggdemux] duration query in time format returns true wit...
  * 576019 : On Windows queue2 can't write files longer than 2-4 GiB, ...
  * 576142 : [vorbisenc] Non-header output buffers have NULL caps
  * 576180 : [playbin2] Uses unref'd audiosink volume if using gconfau...
  * 576586 : [alsamixer] gnome-sound-properties freeze
  * 577054 : [videoscale] Not valgrind clean
  * 577709 : Review new navigation API
  * 577827 : [appsink] Have appsink new_buffer-callback return GstFlow...
  * 578583 : [PATCH] multifdsink doesn't handle sync-method=latest-key...
  * 578656 : Implement upstream GstForceKeyUnit events in theoraenc
  * 579129 : pkgconfig: appsrc/appsink can not be linked to uninstalled
  * 579130 : app: expose trivial type macros
  * 579192 : gst_rtcp_packet_get_type should not assert on packet content
  * 579203 : baseaudiosink: unparenting the ringbuffer in NULL causes ...
  * 579267 : [rtspconnection] g_async_queue_new_full() is GLib-2.16 AP...
  * 579463 : [cddabasesrc] [cdparanoiasrc] no longer emits discid
  * 579668 : audioresample fails to build with --disable-gst-debug
  * 579734 : [playbin] raw_decoding_mode seems to be set unconditionally
  * 579912 : [decodebin2] multiqueue is too small in time (interleave ...
  * 580470 : [audioresample] causes pipelines to go out of sync and be...
  * 580952 : [audioresample] bad quality/pops compared to plughw
  * 581727 : [playbin2] make playsink go to PAUSED async
  * 569682 : playbin2 leaks request pad from input selector
  * 580020 : [vorbisen

gst-plugins-good 0.10.15

2009-05-20 Thread Jan Schmidt
   Module: gst-plugins-good
  Version: 0.10.15
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.15.tar.gz
  md5sum: b2f917c1d031fd9b877737fb870870fe
 sha1sum: d9f1c9ba2d1b2bbb103e43b041b3cb0f6672fe1a
size: 3.4M

http://download.gnome.org/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.15.tar.bz2
  md5sum: 19bc6cc07951b3382d1ac8525b20e83f
 sha1sum: b37611f5b4e28c19159ed3f71aeaf7dfff513174
size: 2.3M

News


This is GStreamer Good Plug-ins 0.10.15, "I've been up all night"

Changes since 0.10.14:

  * Some fixes for seeking in wav and FLAC files
  * Faster seeking in Matroska and AVI files
  * RTSP and RTP improvements
  * directdrawsink moved to Bad
  * y4menc and flvmux/flvdemux moved from Bad
  * deinterlace2 moved from Bad, replacing deinterlace
  * Many bug fixes and improvements
  * Pulseaudio sink completely overhauled

Bugs fixed since 0.10.14:
 
  * 572551 : mpeg4videoparse fails to extract codec_data from this net...
  * 577318 : rtspsrc appears to be leaking memory
  * 576286 : [videomixer] Should accept/output non-alpha streams
  * 581333 : rtspsrc: request_pt_map in gstrtspsrc.c fails to return c...
  * 478092 : gstid3v2mux.cc:deprecated conversion from string constant...
  * 486915 : [videomixer] segmentation fault on gst-inspect
  * 509311 : [rtph263pay] rtph263pay does not follow rfc2190
  * 516031 : flac within ogg container can't be played on Jokosher
  * 537537 : [pulse] Latency issues
  * 537609 : RTSP - rtspsrc module  support for Scale header
  * 552650 : [rtspsrc] (partially) fails SETUP with MS RTSP servers
  * 562168 : Good plugins' configury overloads --disable-debug
  * 563574 : v4l2src should capture in non-blocking mode
  * 567140 : G726 Packetizer issue for 24kbps & 40 kbps datarate
  * 567857 : [udpsrc] loop on gst_poll_wait when POLLERR because of icmp
  * 570781 : [alawdec] spews ERROR debug messages on shutdown/seek/not...
  * 571153 : [pulsemixer] compiler warnings (on ARM)
  * 571321 : gconfvideo{src,sink} don't disconnect gconf notifications
  * 572256 : gst/avi/gstavidemux.c: Alignment trap in gst_avi_demux_pa...
  * 572358 : law encoders _getcaps ignore rate/channel if not both are...
  * 572413 : [jpegenc] crashes if no input format has been set
  * 573173 : Added Quicktime HTTP tunneling to the RTSP src element
  * 573342 : Unconditioned EAFNOSUPPORT in gstudpnetutils.c
  * 573343 : Type mismatches in gstdirectdrawsink.c
  * 573721 : [PLUGIN-MOVE] move directdrawsink back to -bad
  * 573737 : [PLUGIN-MOVE] Move FLV to -good
  * 574270 : [rtspsrc] Range request is wrong (should say: npt=now-)
  * 574275 : flacdec ! appsink with a seek seems to drop the first buffer
  * 577468 : [id3demux] Frames not extracted if tag is unsynchronised
  * 577609 : [id3v2mux] write RVA2 frames for peak/gain volume data
  * 577671 : [rtspsrc] deadlock on shutdown (locking order problem?)
  * 578052 : gstavidemux: support seeking and duration query in defaul...
  * 578135 : [qtdemux] missing 3gpp Asset metadata handling
  * 578310 : [matroskamux] - Should suppport speex
  * 579070 : [sunaudio] fix compiler warnings
  * 579422 : flacdec can block allocating before it sent a new-segment
  * 579808 : [jpegdec] Doesn't support additional 0xff before end marker
  * 580746 : [qtdemux] 3GPP classification entity byte order reversed
  * 580783 : [PLUGIN-MOVE] Move y4menc to -good
  * 580851 : rtspsrc: various; sanity of ranges, setting of base_time ...
  * 580880 : gstrtpjpegpay is not functioning properly; rtp jpeg paylo...
  * 581329 : rtspsrc: NAT dummy packets not being sent
  * 581568 : ability for replaygain plugin to post level messages
  * 581806 : [souphttpsrc] Should allow overriding the referer
  * 581884 : [PLUGIN-MOVE] Move deinterlace2 to gst-plugins-good
  * 582252 : rganalysis test broken by recent commit
  * 582281 : [rtp] Forgets to link to $(LIBM)
  * 582387 : [avidemux] Seeking regression
  * 582420 : flacdec unit test broken on PPC
  * 582661 : [deinterlace] Fix latency query to return unbound max lat...
  * 582715 : gcc warnings about unitialized
  * 582753 : flacdec check fails
  * 582794 : rganalysis unit test fails with git core
  * 568278 : [qtdemux] add support for vob subtitle streams
  * 569611 : GStreamer videobox element draws thin green lines on edge...
  * 571294 : [matroskamux] Should ignore framerate of 0/1
  * 574169 : avidemux/theoradec don't work well together
  * 575234 : Network interface selection for multicasting with the udp...
  * 576729 : [rtspsrc] perform EOS handling earlier
  * 578257 : Image problems using rtpjpeg(de)pay
  * 579069 : rtp h263pay

gstreamer 0.10.24

2009-08-04 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.24
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.24.tar.gz
 sha256sum: a7ef704fda3e46ea417f448ce7373b3f8c3ef389e0e1b641ad6356d086d7e31a
  size: 3.8M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.24.tar.bz2
 sha256sum: ee8e22ff368333e668904133b40622702a1c687872e8ee5e06df9a5aad71963c
  size: 2.9M

News


This is GStreamer 0.10.24 "It matters"

Changes since 0.10.23:

  * Fully support nested structures in caps
  * Support frame-by-frame stepping in sinks
  * Add support for buffer-lists to pass around groups of buffers
  * Use TaskPools for managing worker threads
  * New stream-status API for finer thread control
  * Code optimisations
  * Many other bug-fixes and enhancements

Bugs fixed since 0.10.23:
 
  * 580579 : crash in Volume Control: aucunes idées désolé.
  * 527488 : [GstXML] can't load elements with request pads from XML
  * 570233 : allow plugins caching data in the registry
  * 584389 : don't recreate plugin feature and element factories on fi...
  * 534208 : [API] add gst_structure_get()
  * 545787 : [API] add gst_plugin_register_static_full() for bindings
  * 554460 : thumbnailer crash in gst_fake_sink_event() on FLUSH_START...
  * 559643 : Don't allow empty or NULL strings in taglists
  * 560345 : gst_tag_list_get_string() may return NULL or empty string
  * 560442 : GNOME Goal: Remove deprecated GLib symbols
  * 572285 : Buffer Lists
  * 577926 : Remove old xml registry
  * 578908 : [fdsink] implement seeking on seekable fds
  * 580177 : glibc 2.10 deprecates register_printf_function
  * 580716 : race condition in gst_element_lost_state
  * 581198 : [tags] Add gst_tag_setter_add_tag_value() and gst_tag_lis...
  * 581281 : [GstURIHandler] Doesn't use get_type_full() at all
  * 582010 : audiotestsrc is-live=1 ! pulsesink unreliable
  * 582564 : [controller] Use ordered GSequence instead of GList in th...
  * 582588 : [API] Add a way to get the pad corresponding to a taglist
  * 582878 : [GstClock] ABI breakage in GIT on x86
  * 583187 : [API] add gst_adapter_masked_scan_uint32() and gst_adapte...
  * 583419 : Bad translatable string in gst-launch.c
  * 583456 : framestep functionality
  * 583554 : Slow down or lock if date time is changed to the past
  * 584835 : MSVC compiler fails with 'static inline' function
  * 584838 : basesrc: confusing QUERY_SEEKING handling
  * 585039 : rtpool-test can't find pthreads
  * 585075 : Compilation with MSVC fails for files including config.h ...
  * 585137 : gst_xml_write_file() fails serialising GstStructure property
  * 585592 : [API] add gst_byte_reader_masked_scan_uint32()
  * 585733 : Wrong #include order in gstsegment.c
  * 585748 : [API] add gst_tag_list_new_full() to create taglist with ...
  * 586566 : Add GAP Flag support to gstcapsfilter
  * 586568 : [bytereader] add misc. string functions and gst_byte_read...
  * 587973 : use G_DIR_SEPARATOR_S instead of " /' " 
  * 587976 : Fix for gst-inspect and gst-launch when option parsing is...
  * 588744 : [check] Stream consistency checker utility
  * 588745 : [basesrc] Serialize tags in the dataflow
  * 589127 : gsttask leaks the pool
  * 590056 : [collectpads] race resulting in double flush-stop being o...
  * 590622 : [bytereader] buffer size checks subject to wrap-around ov...
  * 579177 : GstInfo: maintain ABI compatibility
  * 581321 : typefind element leaks force-caps property
  * 584118 : [gstadapter][doc] Improve documentation of gst_adapter_ma...
  * 585433 : [queue] Can lock down if min-threshold conflicts with max...
  * 585569 : rtsp/rtp streaming fails when skipping explicit PAUSED st...
  * 585834 : Support for GstBufferList in ghostpads
  * 585960 : Support for GstBufferList in gstbasesink
  * 587052 : [filesink.c] Support for files > 4GB on windows makes file...

API added since 0.10.23:
 
  * GST_DEBUG_CATEGORY_GET() macro
  * gst_byte_reader_dup_data
  * gst_byte_reader_dup_string
  * gst_byte_reader_dup_string_utf8
  * gst_byte_reader_dup_string_utf16
  * gst_byte_reader_dup_string_utf32
  * gst_byte_reader_skip_string
  * gst_byte_reader_skip_string_utf8
  * gst_byte_reader_skip_string_utf16
  * gst_byte_reader_skip_string_utf32
  * gst_byte_reader_peek_string
  * gst_byte_reader_peek_string_utf8
  * gst_byte_reader_get_string
  * gst_byte_reader_get_string_utf8
  * add gst_tag_list_new_full()
  * add gst_tag_list_new_full_valist()
  * add gst_byte_reader_masked_scan_uint32()
  * add gst_plugin_get_cache_data, gst_plugin_set_cache_data
  * gst_structure_get()

gst-plugins-base 0.10.24

2009-08-04 Thread Jan Schmidt
   Module: gst-plugins-base
  Version: 0.10.24
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.24.tar.gz
 sha256sum: 4d550297f4a6dc2ec061ae8f239f2710b1c1007beda640399ac0869d8d0f7d05
  size: 3.0M

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.24.tar.bz2
 sha256sum: 6f566e8ce0911e0fae99dc7435c3fc3a14d0253578a88e87a28c0e2584372761
  size: 2.2M

News


This is GStreamer Base Plug-ins 0.10.24, "Counting the days"

Changes since 0.10.23:

  * Recognise Kate subpicture subtitles
  * Support progressive download in playbin2
  * GIO improvements
  * Add buffer-list support in appsink
  * Add gaussian-noise mode to audiotestsrc
  * bump cdparanoia req to 0.10.2 and improve caching
  * Improve audio source base class
  * Add frame-by-frame stepping and examples
  * Extend stream-probing in decodebin2
  * Many RTSP improvements
  * support for PGS subpictures
  * adder improvements
  * Add Y444, v210, v216 formats
  * implement preset interface in vorbisenc, theoraenc, oggmux
  * Improve libvisual visualisation timestamp tracking
  * playbin2 enhancements: custom audiosink, subpictures, cdda
  * Improvements in textrender
  * Support raw YUV 4:2:2 and SIREN in RIFF
  * Add 4:2:2 and 4:4:4 support to theoradec
  * Many other bug-fixes and improvements

Bugs fixed since 0.10.23:
 
  * 510417 : [gio] make non-experimental
  * 513373 : [PATCH] [gstvorbistag] Preserve cover art in Ogg/Vorbis tags
  * 529300 : [giosink] [PATCH] Allow overwrite
  * 531035 : [cdparanoia] Should depend on LGPL'd version of the libra...
  * 567997 : [patch] add allow-pull-scheduling property to audio sinks
  * 576552 : [subparse] post GST_TAG_SUBTITLE_CODEC tags
  * 577637 : [playbin2] expose temp-location property
  * 579692 : mp3_type_find is over-optimistic
  * 580318 : [tagdemux] drops tag events from upstream
  * 581460 : [baseaudiosrc] Reusing audio source leads to null timesta...
  * 581571 : ARGB and alignment added to textrender
  * 582021 : autogen: libtoolize must be called before aclocal
  * 582749 : uridecodebin caps property not implemented yet
  * 582819 : multifdsink: add num-fds property
  * 583867 : gdpdepay + identity cause failed assertions
  * 584020 : [playbin2] inadvertently resets configured audio/video sinks
  * 584686 : [playbin2] Need {audio,video,text}-tags-changed signals
  * 585197 : [subparse] fails to detect subrip subtitles with fewer th...
  * 585758 : Remove deprecated GTK+ symbols
  * 585970 : gst_audioringbuffer_get_type is not thread safe
  * 585994 : gst-rtsp-message doesn't support " Timestamp " filed
  * 586331 : [cdparanoia] expose cd cache size parameter
  * 586356 : [playbin2] use private copy of input-selector as long as ...
  * 586519 : white Gaussian noise would be useful in audiotestsrc
  * 587080 : rtsp fails to compile - doesn't see some ws2tcpip functions
  * 587278 : Support for GstBufferList in appsink
  * 587676 : Call tzset() before localtime_r(), in e.g. gst-plugins-ba...
  * 587695 : Patches to add stream-status messages audio elements
  * 587896 :  " No stream given yet " error from giostreamsrc
  * 587980 : gstchannelmix.c: protect debug code with GST_DISABLE_GST_...
  * 588078 : [playbin2] Fails to go to READY again after an error
  * 588205 : Pipeline with giostreamsrc will not enter playing state
  * 588550 : build failure in git, missing gstinterfaces-0.10
  * 588551 : queue2: download buffering fixes
  * 588724 : [vorbisdec] empty encoder string causes GStreamer
  * 588746 : [audiotestsrc] Make sure tags are properly serialized in ...
  * 588747 : [adder] Serialize incoming in-band events (tags) in the d...
  * 588748 : [adder] Check dataflow consistency in unit tests
  * 589075 : [playbin2] changing volume doesn't work after stream rest...
  * 589581 : typefinder: recognise more Kate subtitle categories
  * 589622 : Cannot use both playbin and input-selector
  * 589663 : gstreamer asserts in gstaudiofilter
  * 589797 : alsasrc does not set GstAlsaSrc- > handle to NULL after snd...
  * 590470 : [typefinding] certain flac-in-ogg files not detected any ...
  * 536313 : [cdda] Remove sha1 copy once we depend on glib-2.16
  * 579642 : [oggdemux] handle broken ogg/vorbis files better
  * 582528 : playbin2 Audio CD playback broken since
  * 583318 : Assertion from within playbin2
  * 585079 : undefined references to gst_adapter_* functions in schro
  * 585708 : [adder] Wrong handling of flushing seeks
  * 588218 : Siren in .wav support
  * 586920 : rtsp: needs < netinet/in.h > on FreeBSD

API added since 0.10.23:
 
  

gstreamer 0.10.25

2009-10-05 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.25
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.25.tar.gz
 sha256sum: 21953d73e65a072a8247607a5b68fe1c8422b2f821d812c686071f7883514b9c
  size: 3.9M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.25.tar.bz2
 sha256sum: 39b2ba7b3bfa8df6d998a9461e7091c27757e36a53e93969d7d9982a56526578
  size: 3.0M

News


This is GStreamer 0.10.25 "Feel the burn"

Changes since 0.10.24:

  * Improve the byte-reader API
  * GObject introspection support
  * Improve clock accuracy on win32
  * Optimisations in capabilities checking
  * Optimisations and fixes in the basetransform base class
  * new 64-bit scaling utility function variants
  * Various bug-fixes and improvements (see ChangeLog and bugs list below)

Bugs fixed since 0.10.24:
 
  * 583999 : [basetransform] caps refcounting problem causing GST_IS_CAPS 
assertion failures
  * 566881 : [GstIndex] support/caching in GstBin
  * 588472 : [basetransform] problems in reverse-negotiating
  * 589173 : macros cause spurious semicolon warnings
  * 589314 : [basetransform] clears GAP flag in passthrough mode
  * 589524 : gst_base_transform_acceptcaps() could provide more verbose 
debugging output
  * 589849 : [segment] Clipping fails to handle start=stop < segment_start 
correctly
  * 589991 : [queue] limited error handling might cause pipeline appearing 
to hang
  * 590045 : Query position fails when pipeline is paused and format is not 
time
  * 590430 : Add support for " album artist " tags
  * 590841 : configure script check for libxml2 is incorrect
  * 590919 : gst_util_uint64_scale_int() and friends don't round
  * 591045 : [basesrc] Leaking GstTask instances
  * 591318 : ghostpad : core dump : on_src_target_notify called with an 
invalid ghostpad
  * 591441 : append mode for filesink
  * 592209 : [GstPad] Deprecated markers missing in the header for internal 
links function related things
  * 592314 : core/tests/examples/streams/ does not link to pthread
  * 593460 : Broken win32-specific systemclock code
  * 593719 : regression: segfault when using gstrtpbin and certain video 
codecs
  * 594107 : [gstbin] : use of freed message : valgrind Invalid read
  * 594225 : [API] [bytereader] add _unchecked() variants and inline most 
common functions
  * 594990 : [introspection] pkg-config file madness and another bug
  * 595130 : checks fail
  * 595133 : gst/gstutils check fails
  * 595209 : Fix out-of-tree build
  * 368536 : bin_change_state makes children go through unnecessary state 
changes

API additions since 0.10.24:

  * gst_caps_can_intersect()
  * gst_util_uint64_scale_int_round()
  * gst_util_uint64_scale_int_ceil()
  * gst_util_uint64_scale_round()
  * gst_util_uint64_scale_ceil()
  * gst_iterator_new_single()
  * gst_byte_reader_skip_unchecked()
  * gst_byte_reader_peek_*_unchecked()
  * gst_byte_reader_get_*_unchecked()
  * gst_byte_reader_{peek,get,dup}_data_unchecked()
  * gst_byte_reader_get_float*_unchecked()

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gst-plugins-base 0.10.25

2009-10-05 Thread Jan Schmidt
   Module: gst-plugins-base
  Version: 0.10.25
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.25.tar.gz
 sha256sum: a37226aba3a0c95d02a2a15a5dd7af53063787ada88076c84a2ee6f18e8bbdf4
  size: 3.1M

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.25.tar.bz2
 sha256sum: 0ab2f7e1d818e7af1be99c4eae02ba69d4a1b8f7e3527929a6426f1daa0d4607
  size: 2.2M

News


This is GStreamer Base Plug-ins 0.10.25, "Standard disclaimers apply"

Changes since 0.10.24:

  * Add per-stream volume controls
  * Theora 1.0 and Y444 and Y42B format support
  * Improve audio capture timing
  * GObject introspection support
  * Improve audio output startup
  * RTSP improvements
  * Use pango-cairo instead of pangoft2
  * Allow cdda://(device#)?track URI scheme in cddabasesrc
  * Support interlaced content in videoscale and ffmpegcolorspacee
  * Many other bug fixes and improvements

Bugs fixed since 0.10.24:
 
  * 595401 : gobject assertion and null access to volume instance in playbin
  * 563828 : [decodebin2] Complains about loops in the graph when demuxer 
output requires another demuxer
  * 591677 : Easy codec installation is not working
  * 588523 : smarter sink selection in playbin2
  * 590146 : adder regressions
  * 321532 : [cddabasesrc] Support device setting in cdda:// URI
  * 340887 : add pangocairo textoverlay plugin.
  * 397419 : [oggdemux] ogm video with subtitles stuck on first frame
  * 556537 : [PATCH] typefind: more flexible MPEG4 start code recognition
  * 559049 : gstcheck.c:76:F:general:test_state_changes_* failure: 
GST_IS_CLOCK(clock) assertion fails
  * 567660 : [API] need a stream volume interface for sinks that do volume 
control
  * 567928 : Make videorate work with a live source
  * 571610 : [playbin] Scale of volume property is not documented
  * 583255 : [playbin2] deadlock when disabling visualisations
  * 586180 : RTSP improvements
  * 588717 : [oggmux] gst_caps_unref() warning if not linked downstream
  * 588761 : [videoscale] Needs special support for interlaced content
  * 588915 : audioresample's output offset counter's initialization could 
maybe be improved
  * 589095 : [appsrc] clarify documentation on caps and linkage
  * 589574 : [typefind] incorrect sdp file detection
  * 590243 : [videoscale] Claims to support MAX width/height
  * 590425 : Slaved alsasrc clock with slave-method=re-timestamp not usable 
for RTP audio
  * 590856 : [decodebin2] triggers assertion failure on NULL caps
  * 591207 : totem does display the following subtitle srt file.
  * 591357 : gst-plugins-base git won't build due to warning in 
gstrtspconnection.c
  * 591577 : [playbin2] Incorrect error message string
  * 591664 : [playbin2] after seeking, srt subtitles don't resync correctly
  * 591934 : timestamp drift in audioresample
  * 592544 : Remove regex.h check
  * 592657 : [appsink] Blocks after entering on pause state
  * 592864 : deadlocks from recent inputselector/streamselector change
  * 592884 : [playbin2] g_object_get increases refcount by 2 and therefore 
leaves memleak
  * 593035 : gdp doesn't preserve fields of the buffers put into the caps' 
streamheader
  * 593284 : basertppayloader takes time in instance init
  * 594020 : Totem don't play videos from ssh remote host
  * 594094 : Playback Error playing Midi file
  * 594136 : [alsasink] Regression from 0.10.23 -- element reuse doesn't 
work
  * 594165 : [theoraenc] Implement support for new formats
  * 594256 : improved slave-skew resynch mechanism
  * 594258 : missing break in rtcpbuffer
  * 594275 : Add cast to navigation to fix compiler warning
  * 594623 : Expose playsink as a fully-fledged element
  * 594732 : parse error
  * 594757 : build fails due to warning in gstbasertppayload.c
  * 594993 : [introspection] pkg-config file madness
  * 594994 : [streamvolume] Add get_type function to the documentation
  * 595454 : [cddabasesrc] uri format change breaks rhythmbox
  * 545807 : [baseaudiosink] audible crack when starting the pipeline

API added since 0.10.24:

  * gst_rtsp_connection_create_from_fd()
  * gst_rtsp_connection_set_http_mode()
  * gst_rtsp_watch_write_data()
  * gst_rtsp_watch_send_message()
  * GstBaseRTPPayload::perfect-rtptime
  * GstBaseRTPAudioPayload::gst_base_rtp_audio_payload_flush()
  * GstVideoSinkClass::show_frame()
  * GstVideoSink:show-preroll-frame
  * GST_MIXER_TRACK_READONLY
  * GST_MIXER_TRACK_WRITEONLY
  * GstStreamVolume interface

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release

gst-plugins-good 0.10.17

2009-11-16 Thread Jan Schmidt
   Module: gst-plugins-good
  Version: 0.10.17
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.17.tar.gz
 sha256sum: ec807013d49857b66565a9d4a20a8f166f7ce4b7b7d2d9b10933a308a1ec2e98
  size: 3.7M

http://download.gnome.org/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.17.tar.bz2
 sha256sum: 4f41fbd325270416c9f55d900e470482a7d1e7efbdbb725ed03a085dec307ad6
  size: 2.6M

News


This is GStreamer Good Plug-ins 0.10.17, "They used to sparkle"

Changes since 0.10.16:

  * RTP improvements
  * Support automatic cropping in videobox
  * Add TTL multicast UDP property
  * AVI demux push mode fixes and performance improvements
  * Support large and unusual chunks sizes in wav
  * Quicktime demuxer improvements
  * JPEG decode fixes and speedups
  * Support interlaced Y4M file output
  * DV demuxer improvements
  * Pulseaudio fixes and improvements
  * Support Pulseaudio PLAY/PAUSE requests
  * speexdec improvements
  * FLV demuxer improvements
  * Fix audio noise in the Equalizer plugin, and other improvements
  * Fix compilation on OS/X Snow Leopard
  * AVI muxer fixes
  * Support MPEG V4L2 devices and improve timestamping
  * Better jpeg2k support
  * Many other bug fixes and improvements

Bugs fixed since 0.10.16:
 
  * 597848 : " Media Player Classic " won't play certain files produced by 
avimux.
  * 588245 : TTL is never applied with udpsink/udpmultisink
  * 368681 : avimux + vbr lame  always out of sync
  * 458629 : [avidemux] high memory usage for many index entries
  * 561825 : Problem with RTCP thread using freed objects
  * 581334 : [qtdemux]  Add support for embedded subtitles
  * 582238 : [videobox] Add support for autocrop to caps
  * 590362 : [v4l2src] x264enc ! qtmux fails because of missing frame 
duration
  * 591713 : [y4menc] interlaced support
  * 593354 : rtpjitterbuffer sometimes outputs packets with timestamps in 
the past
  * 593391 : [rtpsession] : rtp_session_on_timeout : Invalid read of size 4
  * 593688 : effectv can no longer be compiled with gcc 3
  * 593757 : [qtdemux] Lack of support for QualComm PureVoice
  * 593764 : [v4l2src] format ordering: put emulated formats behind native 
formats
  * 593955 : rtpjitterbuffer: clock_rate can change between its check and 
its use
  * 594039 : missing unref in rtpsource / leak
  * 594133 : [rtspsrc] leaks authentication info
  * 594247 : missing math.h include in rtpjpegdepay
  * 594248 : Use locked-state on internal rtp-bin to avoid 
shutdown-state-race
  * 594251 : Avoid throwing out reordered packets with the same timestamp
  * 594253 : jitterbuf: Only post a warning of clock-rate changed if it is 
changed from something initialized
  * 594254 : propagate the pt-type-changed signal
  * 594283 : rtpbin: make free_session() remove dangling stream references
  * 594298 : Check if libsoup has SSL support before running HTTPS test in 
souphttpsrc testsuite
  * 594490 : gstrtpbin always uses pt to demux
  * 594520 : multipartmux: mark data buffer as delta-unit
  * 594599 : videobox: converts AYUV to I420 incorrectly
  * 594663 : Patch for multifilesink
  * 594691 : rtph263pay: leak
  * 595029 : pulse elements fail to connect to pulse 0.9.9
  * 595220 : gstreamer crashes on pulseaudio latency change
  * 595231 : [pulsesink] Lowers volume after every new track
  * 595888 : qtdemux plugin should not return value from void function
  * 595897 : Problem linking videomixer
  * 595942 : [qtdemux] issue with corrupted 3gp file
  * 596319 : [qtdemux] fails to parse pixel aspect ratio data
  * 597091 : [flvdemux] not outputting no-more-pads causes playbin2 to fail 
badly on streamed single-stream flv
  * 597214 : [avidemux] Fix printf formats to avoid warnings in avidemux
  * 597348 : [qtdemux] Cast variables passed to printf to avoid warnings 
about incorrect formats
  * 597351 : [jpegdec] segfaults on a specific picture
  * 597397 : equalizer is non deterministic
  * 597463 : [pulsesrc] has no lower bound for fragment size
  * 597601 : [pulsesink] needs to take control of minreq value
  * 597730 : osssrc rank should be secondary, just like osssink
  * 597847 : Windows Media Player won't play large files produced by avimux
  * 597867 : Plugins good do not build on Ubuntu Hardy (kernel 2.6.24)
  * 598377 : rtpmanager: only forward the lost event to the last seen 
payloadnumber
  * 598517 : [jpegdec] Regression supporting 4:2:2 jpeg videos
  * 598810 : wavenc: Fix buffer offset by moving length incrementation
  * 598933 : [pulse] Fix the StreamVolume interface not being advertised
  * 601381 : v4l2: Make sure to initialize variables before using them

-- 
An RSS 2

gstreamer 0.10.13

2007-06-22 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.13
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.13.tar.gz
  md5sum: 452c495c9f8a18a4026908300f88812a
size: 2.6M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.13.tar.bz2
  md5sum: 69b594b43e52e1d0eaf512a89c7b3137
size: 1.9M

News


This is GStreamer 0.10.13 "With or without you"

Changes since 0.10.12:

  * Latency handling infrastructure for live playback scenarios
  * State change handling changes
  * GstController property handling improved
  * Various bug fixes and improvements
  * Parallel installability with 0.8.x series
  * Threadsafe design and API

Bugs fixed since 0.10.12: 

  * 440682 : gst/gstsystemclock unit test occasionally fails
  * 342564 : Configure options causing compilation to fail
  * 378255 : Swedish translation updated
  * 392804 : [API] add GST_CORE_ERROR_DISABLED
  * 412648 : [filesink] reports wrong (byte) position after seeking
  * 413123 : No XML dependency patch
  * 415394 : [identity] post message for imperfect streams if check-pe...
  * 417992 : Quickly playing/pausing messes up synchronization
  * 420106 : [basetransform] race on shutdown: setcaps func called aft...
  * 420206 : Collectpads causes a segv. when stopping after a pad remove
  * 421480 : Make it possible to build without libxml2 with --disable-...
  * 421543 : [GstPad] Doesn't check if pad accepts caps after caps change
  * 422295 : GstController crashes with quadratic and cubic interpolat...
  * 425400 : Multiqueue leaks memory when releasing sink pads
  * 431150 : compilation fails with flex 2.5.4
  * 431940 : [API] add gst_buffer_try_new_and_alloc()
  * 432876 : current time level in queue
  * 434926 : Multilib conflicts with gst-launch-0.10 man page
  * 435880 : [GstBin] Property to allow bins to handle child async cha...
  * 437563 : URIs with upper-case protocol don't play
  * 440463 : gstbin unit test sometimes hangs waiting for ASYNC_DONE m...
  * 441159 : Regression in state change handling
  * 349180 : gst_parse_launch is not reentrant (or recursively callable)
  * 414986 : Don't start the async thread for the system clock until n...
  * 393099 : GstBuffer copy vfunc broken?
  * 419851 : pad-added and pad-removed signals parameter type incorrect
  * 420133 : gst_element_sync_state_with_parent should look at pending...
  * 421177 : Possible deadlock if pad eventfunc is not specified

API additions since 0.10.12:

  * gst_element_change_state()
  * GST_STATE_TARGET
  * GST_BASE_TRANSFORM_LOCK/UNLOCK
  * GstClock::gst_clock_unadjust_unlocked()
  * fakesink::num-buffers property
  * GST_CORE_ERROR_DISABLED
  * basesrc::prepare_seek_segment vmethod
  * gst_buffer_try_new_and_alloc()
  * gst_buffer_copy_metadata()
  * GstBufferCopyFlags enum
  * GST_BUFFER_COPY_ALL flag
  * gst_uri_protocol_is_supported()
  * gst_base_src_query_latency()
  * GstQueue::pushing
  * gst_controller_suggest_next_sync()
  * gst_object_suggest_next_sync()
  * basesrc::unlock_stop
  * basesink::unlock_stop
  * GstBin::async-handling property
  * gst_message_new_async_start()
  * gst_message_parse_async_start()
  * gst_message_new_async_done()
  * GST_MESSAGE_ASYNC_START
  * GST_MESSAGE_ASYNC_DONE

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gst-plugins-base 0.10.13

2007-06-22 Thread Jan Schmidt
   Module: gst-plugins-base
  Version: 0.10.13
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.13.tar.gz
  md5sum: 4427dcbf2a1f376efae98da8b757d970
size: 2.2M

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.13.tar.bz2
  md5sum: 735f7b911cd00540d2bea8596a3859cd
size: 1.5M

News


This is GStreamer Base Plug-ins 0.10.13, "What's going on?"

Please note that decodebin2 API included in this release is still
considered unstable and WILL change in future releases. At this stage, only
developers or early adopters should consider using the decodebin2 API embodied
in its signals and properties.

Changes since 0.10.12:
  * Many fixes and improvements
  * RTP and RTCP support improved

Bugs fixed since 0.10.12:

  * 339838 : [audioconvert] support floats with non-native endianness
  * 393975 : closing x/xvimagesink window crashes gst-launch
  * 405072 : [API] add gst_tag_freeform_string_to_utf8()
  * 413799 : [subparse] add support for MPL2 format
  * 414645 : GstMixerTrack should make untranslated label available
  * 420079 : [audioconvert] Uses biased rounding which results in dist...
  * 420578 : [subparse] add more colour map in sami parser
  * 421834 : videorate breaks on dimension changes
  * 423051 : Vorbis tags of type double use locale-dependent formatting
  * 423055 : Verify ReplayGain vorbistag processing in libs/tag testsuite
  * 425455 : Decodebin2 leaks pads
  * 426250 : GstPlayBaseBin leaks streaminfo objects
  * 428187 : Rtp base depayloader class doesn't send new_segment after...
  * 431672 : gst_base_rtp_audio_payload_push() should take object of i...
  * 432362 : [ximagesink] doesn't build if XShm is not available
  * 432755 : [videorate] leaks buffer if flow != OK
  * 432984 : [baseaudiosrc] misleading warning message when dropping s...
  * 433888 : [theoradec] does not generate a perfect stream
  * 436562 : Theoradec doesn't work well with gnonlin
  * 438840 : [theoradec] does not compile with old version of libtheora
  * 440997 : [gstriff] Doesn't handle width!=depth files with audio/x-...
  * 441295 : audioconvert doesn't build on VS6
  * 442024 : regression in playbin buffering
  * 350299 : [playbin] " Internal data flow error " opening movie with s...
  * 410039 : totem crashed with SIGSEGV in new_decoded_pad_full()
  * 340842 : do latency calculation for live sources
  * 341078 : RB does not play beyond initially downloaded podcast file
  * 414496 : [id3demux, id3v2mux] Add support for GST_TAG_MUSICBRAINZ_...

API additions since 0.10.12:

  * add gst_tag_freeform_string_to_utf8()
  * GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
  * GstBaseAudioSink::slave-method property
  * add "min-ptime" property to RTP base audio payloader
  * gst_base_rtp_audio_payload_push()
  * gst_base_rtp_audio_payload_get_adapter()
  * GstMixerTrack::untranslated-label property

Changes since 0.10.11:

  * New API for on-demand plugin installation
  * Xv thread-safety and configuration enhancements
  * decodebin2 improvements
  * Support more raw audio format conversions
  * Improvements in Ogg support
  * AudioFilter base class ported to 0.10
  * Fixes for subtitles
  * Latency/live-playback support for Alsa
  * Lots of bug fixes and improvements

Bugs fixed since 0.10.11:

  * 398721 : No video in .ogm files with decodebin2
  * 339837 : [audioconvert] support for 64-bit float audio 
  * 341524 : [decodebin] can't handle decoders with always src pads wi...
  * 352069 : Add de.po German translation
  * 363379 : [oggmux] doesn't detect EOS on all sinkpads 
  * 378436 : [oggdemux] rhythmbox crash on fast clicking on rating in ...
  * 380342 : Totem does not play mp3 files when lyrics are present 
  * 383195 : [cddabasesrc,basertpaudiopayload] compile errors with gcc...
  * 383198 : totem crashed to gst_xvimagesink_update_colorbalance
  * 384008 : [xvimagesink] accesses - > xwindow outside locks
  * 384060 : gst_xoverlay_set_xwindow_id() causing lockups with x(v)im...
  * 387138 : x input events processing in sinks with xoverlay interfac...
  * 390063 : Documentation typo 
  * 390076 : add xv adaptor and port properties in xvimagesink element.
  * 391365 : [oggdemux] internal stream error on OggFlac
  * 392070 : [vorbis] GST_TAG_LOCATION not mapped
  * 392393 : [API] add libgstbaseutils library for missing plugins mes...
  * 396042 : mpeg4 video typefinder loops endlessly on quicktime redirect
  * 396835 : audioconvert/audioresample combination causing buffer of ...
  * 397673 : [patch] XIOError caught in x[v]imagesink.c
  * 397810 : [typefinding] .vob file: could

gst-plugins-good 0.10.6

2007-06-22 Thread Jan Schmidt
   Module: gst-plugins-good
  Version: 0.10.6
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.6.tar.gz
  md5sum: 8cae6351d3b5739104fbc9822eedff79
size: 2.4M

http://download.gnome.org/sources/gst-plugins-good/0.10/gst-plugins-good-0.10.6.tar.bz2
  md5sum: 25f111360c2930705b91b4fcf93ae5c5
size: 1.6M

News


This is GStreamer Good Plug-ins 0.10.6, "Wobble Board"

Changes since 0.10.5:

  * Much improved RTSP/RTP and V4l2 support
  * New plugins - audiopanorama, audioinvert, audiodynamic, audioamplify
  * OSX and Windows video/audio support elements moved from Bad Plugins
  * qtdemux, videocrop and wavpack elements moved from Bad Plugins
  * Fixes in avi and matroska muxing
  * Fixes in wavparse, sunaudio, AVI demuxing, ID3 tag handling
  * gamma element ported to 0.10
  * Parallel installability with 0.8.x series
  * Threadsafe design and API

Bugs fixed since 0.10.5:

  * 392189 : [esdsink] pipeline hung in state change from PAUSED to PL...
  * 407590 : crash using gconfaudiosink
  * 439255 : [rtspsrc] crash on unsupported transport
  * 441118 : Incorrect caps in G.711 RTP depayloaders
  * 323471 : [PLUGIN-MOVE] osxaudio
  * 407780 : avimux does not handle video/x-h264
  * 316203 : MinGW: udp and rtsp plugin should be disabled on windows
  * 340362 : [PATCH] new plugin - hardlimiter
  * 342463 : [ximagesrc] performance improvement
  * 347806 : [v4l2src] try_capture(): Error getting buffer information...
  * 350296 : [udpsrc] add property to remove extra headers from buffers
  * 354007 : [PLUGIN-MOVE] videocrop should be moved to -good
  * 356692 : wavparse drops final sample in most files
  * 358040 : Fix speex rtp (de)payloader
  * 362566 : [dv1394src] Random segfault and kernel oopses
  * 374489 : rtspdec never sends out RTCP Receiver reports
  * 377306 : [sunaudiomixer] mixer track labels not localized
  * 379298 : [avimux] allow multiple audio streams
  * 392620 : gnome-sound-record can not be started on sunray client on...
  * 393427 : error/warnings when compiling with mingw
  * 395688 : playbin is unable to play rtsp stream for 3gp from Darwin...
  * 396057 : [audiofx] New audioinvert element
  * 397162 : [audiofx] New element audioamplify
  * 397946 : [audiopanorama] another trivial docs fix
  * 398299 : [smpte] crashes if fed empty buffers from fakesrc
  * 398325 : [smpte] Segfaults with big width/height
  * 399338 : Hang in PREROLLING when trying to play a specially crafte...
  * 399825 : Tags don't work properly for shout2send plugin
  * 406042 : [v4l2src] fails with radio chips
  * 407369 : [v4l2src] Wrong way of EIO error handling
  * 407793 : memory leaks of sdpmessage.c
  * 407797 : bug of rtsp_url_parse() in gst/rtsp/rtspurl.c
  * 408544 : totem crashed with SIGSEGV to rtsp_ext_wms_configure_stre...
  * 410997 : Fails to build with -z defs
  * 412597 : Simplify GstSunAudioSrc
  * 412608 : [avidemux] flow return aggregation can ignore errors
  * 414168 : Mixes spaces and tabs in Makefile.am defs
  * 416445 : [avidemux] seeking regressions
  * 416727 : [v4l2src] typo in printf format string
  * 416728 : [v4l2src] typo in translated strings
  * 417729 : [autoaudiosink] plugs alsaspdifsink, breaking playbin
  * 419338 : [wavparse] critical warning from plugin viewer
  * 420208 : Probably typo
  * 426044 : [flacenc] broken files when used with oggmux
  * 427990 : [rtph264depay] sprop-parameter-set erros
  * 428611 : [ximagesrc] segfaults when used from a non-X terminal
  * 428901 : [icydemux]  broken tags for non-UTF-8/ISO-8859-1-using ra...
  * 429319 : [alphacolor] distorts png images without alpha channel
  * 429666 : [goom] totem skips mp3 (while Rhythmbox doesn't)
  * 430228 : [sunaudio] copyright bug
  * 430632 : memory problem
  * 430804 : [PATCH] navseek only seeks (sort-of) partially
  * 431282 : broken RTP depayloaders
  * 433119 : wavparse causes skipping for MPEG-encoded RIFF Wav files ...
  * 433135 : [wavparse] regression in CVS with mp3-in-wav
  * 433530 : udpsrc read of size 0
  * 434824 : rtp mp4 payloader doesn't handle newsegments and flush ev...
  * 436910 : [videomixer] wrong strides with odd input width
  * 437499 : [wavparse] can't handle WAV file with 'LIST'  header chunk
  * 437670 : Improvements for rtsptransport.[ch]
  * 437692 : Some more fixes for the RTSP support
  * 438926 : invalid comparison of pointer with string literal
  * 438940 : [rtph263ppay] Support for Segment Fragmentation based on ...
  * 440127 : Autoaudiosink does extra switching between null and ready...
  * 440203 : Support multiple RTSP headers of the same type
  * 440928 : Improved RTS

gstreamer 0.10.14

2007-08-03 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.14
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.14.tar.gz
  md5sum: b12a8287aa44ce5cc13ae388db646346
size: 2.7M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.14.tar.bz2
  md5sum: eb83767c877990c8a7540693d196c822
size: 2.0M

News


This is GStreamer 0.10.14 "Breathing Vacuum"

Changes since 0.10.13:

  * State change handling improvements
  * New improved GstController API
  * Multi-queue fixes and enhancements
  * Fewer dynamic library relocations
  * Various other fixes and improvements
  * Parallel installability with 0.8.x series
  * Threadsafe design and API

Bugs fixed since 0.10.13:

  * 457322 : registry is read twice on startup
  * 406632 : pkgconfigify the check for Check in configure.ac
  * 423700 : [multiqueue] leaks memory when flushing
  * 437457 : saving relocations for GstElementDetails
  * 444648 : [API] add GstParamSpecFraction
  * 444820 : build error with grammar.tab.c
  * 448794 : state changes are racy with decodebin after rewrite for 0...
  * 449197 : [capsfilter] Should set src pad caps on buffer
  * 449226 : Incomplete ghostpads in xml session save
  * 449493 : minor quoting fix in gst-feature.m4 macro
  * 450711 : [GstController] Improve extensibility by providing a GstC...
  * 451939 : [API] add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI
  * 459501 : gst_registry_lookup_feature_locked is slow
  * 462558 : Regression in async state change handling
  * 462752 : make gst_element_class_set_details_simple args const
  * 430682 : multiqueue doesn't output data on unlinked pads properly
  * 462085 : registry feature hash can access invalid memory
  * 357959 : buffer_alloc is not proxied through tee
  * 374639 : GstTee doesn't handle pad list resyncs properly
  * 449414 : [capsfilter] Copy of passed GstCaps taken instead of refe...
  * 453732 : [PATCH] multiqueue returns wrong internally linked pads

API added since 0.10.13:

  * Add GstParamSpecFraction, so elements can have fraction
properties without lots of painful string parsing (#444648).
  * Add fail_unless_equals_float() and assert_equals_float()
  * Add gst_type_register_static_full
  * Add gst_element_class_set_details_simple
  * Refactor GstController into the core controller which can take
a GstControlSource for providing actual values for timestamps.
  * add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI (#451939)
  * gst_element_factory_has_interface()

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gst-plugins-base 0.10.14

2007-08-03 Thread Jan Schmidt
   Module: gst-plugins-base
  Version: 0.10.14
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.14.tar.gz
  md5sum: 141752ccef650f1ba41f743ec34cbdc3
size: 2.3M

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.14.tar.bz2
  md5sum: ef9bcc88c84e47684a901da339a7c6b3
size: 1.6M

ChangeLog
-

=== release 0.10.14 ===

2007-08-03  Jan Schmidt <[EMAIL PROTECTED]>

* configure.ac:
  releasing 0.10.14, "Light Years Ahead"

2007-07-27  Jan Schmidt  <[EMAIL PROTECTED]>

* tests/check/libs/audio.c: (GST_START_TEST):
Fix the test to reflect the behaviour of gst_audio_clip_buffer.

2007-07-27  Jan Schmidt  <[EMAIL PROTECTED]>

* gst-libs/gst/audio/audio.c:
When clipping a buffer with no timestamp, assume it is
within the segment without warnings.

Fixes: #460978

2007-07-27  Wim Taymans  <[EMAIL PROTECTED]>

* gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
Fire the signal on the object, not the interface.

2007-07-27  Jan Schmidt  <[EMAIL PROTECTED]>

* gst-libs/gst/rtsp/.cvsignore:
Ber. Don't include the full path, idiot.

2007-07-27  Jan Schmidt  <[EMAIL PROTECTED]>

* gst-libs/gst/rtsp/.cvsignore:
    Ignore generated files.

2007-07-26  Jan Schmidt  <[EMAIL PROTECTED]>

* gst-libs/gst/interfaces/Makefile.am:
* gst-libs/gst/interfaces/interfaces-marshal.list:
* gst-libs/gst/interfaces/rtspextension.c:
* gst-libs/gst/interfaces/rtspextension.h:
* gst-libs/gst/rtsp/Makefile.am:
* gst-libs/gst/rtsp/gstrtsp.h:
* gst-libs/gst/rtsp/gstrtspextension.c:
(gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
(gst_rtsp_extension_detect_server),
(gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
(gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
(gst_rtsp_extension_configure_stream),
(gst_rtsp_extension_get_transports),
(gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
* gst-libs/gst/rtsp/gstrtspextension.h:
* gst-libs/gst/rtsp/rtsp-marshal.list:
Move the rtspextension.h interface into gstrtspextension.h
as part of libgstrtsp instead of libgstinterfaces, because it's
only for use within plugins, not applications. 
Add stuff to do the enum & marshal generation needed in libgstrtsp now.
Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
is abstract.

2007-07-26  Wim Taymans  <[EMAIL PROTECTED]>

* gst-libs/gst/interfaces/Makefile.am:
* gst-libs/gst/interfaces/interfaces-marshal.list:
* gst-libs/gst/interfaces/rtspextension.c:
(gst_rtsp_extension_iface_init),
(gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
* gst-libs/gst/interfaces/rtspextension.h:
Fix marshaller for the send signal.
    Add URL to stream selection interface method.

2007-07-26  Jan Schmidt  <[EMAIL PROTECTED]>

* gst-libs/gst/riff/Makefile.am:
Pull in our dependencies from -base before those from outside.

2007-07-26  Wim Taymans  <[EMAIL PROTECTED]>

* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
* gst-libs/gst/rtsp/gstrtspbase64.h:
API: gst_rtsp_base64_decode_ip()
Added function to decode Base64 in-place.

2007-07-26  Jan Schmidt  <[EMAIL PROTECTED]>

    * tests/check/libs/.cvsignore:
Ignore the mixer test binary.

2007-07-26  Jan Schmidt  <[EMAIL PROTECTED]>

* ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
Gratuitous comment change to trigger a rebuild on the buildbots.

2007-07-25  Wim Taymans  <[EMAIL PROTECTED]>

* gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
(gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
(gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
(gst_sdp_media_get_format), (gst_sdp_media_get_information),
(gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
(gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
(gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
(gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
(gst_sdp_media_get_attribute_val):
* gst-libs/gst/sdp/gstsdpmessage.h:
Constify args where we can.

2007-07-25  Wim Taymans  <[EMAIL PROTECTED]>

* gst-libs/gst/interfaces/Makefile.am:
* gst-libs/gst/interfaces/rtspextension.c:
(gst_rtsp_extension_get_type), (gst_rts

gstreamer 0.10.15

2007-11-15 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.15
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.15.tar.gz
  md5sum: 38df033c2d5590fd9c13f1d5307e255f
size: 2.9M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.15.tar.bz2
  md5sum: 09f1c4ea025faef88b566fa26ec24ae0
size: 2.1M

News


This is GStreamer 0.10.15 "October"

Changes since 0.10.14:

  * Changes for asynchronous sink management
  * New ts-offset property on basesink for adjusting clock synchronisation
  * New GstController LFO feature
  * Fixes and improvements in latency measurement for live pipelines
  * Additional documentation and docs fixes
  * Faster typefinding
  * More tag types added
  * Improvements in various core elements and parent classes
  * New unit tests
  * Allow dumping pipelines as dot graphs
  * GstStructures now support nesting
  * URIHandler interface can now be implemented in bindings
  * Many other bug-fixes and improvements

Bugs fixed since 0.10.14:

  * 496722 : DSP/DSW files in win32/vs6 directory are in unix format
  * 476514 : [queue] Doesn't forward EOS event in all cases
  * 456573 : allow dumping pipelines as dot graphs
  * 475723 : cleanup static caps correctly
  * 480341 : Memory leak at fakesink (regression in cvs)
  * 349410 : Problems with type handling
  * 414539 : [API] Support more GST_TAG*_SORTNAME and remove MusicBrai...
  * 459717 : [Controller] Add GstLFOControlSource that provides values...
  * 459809 : [API] add GST_TAG_COMPOSER
  * 461598 : Commit Hungarian translations from TP
  * 461599 : Some files missing from POTFILES.in
  * 464366 : program including gst/gstbuffer.h does not compile with -...
  * 466595 : gst_index_add_association generates corrupted entries
  * 469402 : File uri handling on windows broken
  * 473846 : Deadlock if sink is unable to send first buffer
  * 474371 : Can't build libsgtcontroller with VS6
  * 474823 : tee unit test failure
  * 478347 : GST_STATIC_PAD_TEMPLATE macro causes warnings with g++-4.2
  * 478401 : gstbasesrc.c ref count bug
  * 479784 : GST_PLUGIN_DEFINE() doesn't accept BSD and MIT/X11 licences
  * 485343 : Implement a wait_eos function in basesink
  * 487969 : allow nested GstStructures
  * 492077 : Build issues on Windows/MSVC
  * 493134 : Wrong GstObject signals registration
  * 493983 : Build issues on Windows
  * 494343 : pre-release vs6 patch
  * 480858 : gstqueue code cleaning
  * 486758 : queue element fails to re-negotiate caps upstream when si...
  * 488201 : gst_segment_set_newsegment does not accumulate correctly
  * 492729 : PAUSED- > PLAYING returns ASYNC when triggered from bus han...
  * 494245 : [basesink] doesn't sync correctly if segment is in BYTES ...

API added since 0.10.14:

  * gst_base_sink_get_last_buffer()
  * GstBaseSink::last-buffer
  * GstURIHandlerInterface::get_type_full
  * GstURIHandlerInterface::get_protocols_full
  * New tag: GST_TAG_ARTIST_SORTNAME
  * New tag: GST_TAG_ALBUM_SORTNAME
  * New tag: GST_TAG_TITLE_SORTNAME
  * New tag: GST_TAG_COMPOSER
  * gst_value_set_structure()
  * gst_value_get_structure()
  * GST_VALUE_HOLDS_STRUCTURE macro
  * gst_bus_pop_filtered()
  * gst_bus_timed_pop_filtered()
  * gst_base_sink_wait_eos()
  * gst_pad_peer_query()
  * GstBaseSrc::do-timestamp
  * gst_base_src_set_do_timestamp()
  * gst_base_src_get_do_timestamp()
  * GstBaseSink::ts-offset property
  * gst_base_sink_set_ts_offset()
  * gst_base_sink_get_ts_offset()
  * GstBaseSink::async property
  * gst_base_sink_set_async_enabled()
  * gst_base_sink_is_async_enabled()
  * gst_structure_get_uint()
  * GstLFOControlSource and functions

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gst-plugins-base 0.10.15

2007-11-16 Thread Jan Schmidt
   Module: gst-plugins-base
  Version: 0.10.15
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.15.tar.gz
  md5sum: e045f4323a2d76442ef5adf236505158
size: 2.5M

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.15.tar.bz2
  md5sum: 8449359b465074433fec626778bcf36f
size: 1.8M

ChangeLog
-

=== release 0.10.15 ===

2007-11-15  Jan Schmidt <[EMAIL PROTECTED]>

* configure.ac:
  releasing 0.10.15, "No need to argue"

2007-11-15  Jan Schmidt  <[EMAIL PROTECTED]>

* win32/vs6/libgstfft.dsp:
Convert line endings to DOS.

2007-11-15  Sebastien Moutte <[EMAIL PROTECTED]>

* win32/vs6/gst_plugins_base.dsw:
* win32/vs6/libgstfft.dsp:
* win32/MANIFEST:
Add a project file for fft plugin and remove socket
based plugin which don't build from the workspace.
* win32/vs6/libgstaudio.dsp:
* win32/vs6/libgstrtp.dsp:
* win32/vs6/libgsttag.dsp:
Convert line endings back to DOS.
        Fixes #496724

2007-11-14  Jan Schmidt  <[EMAIL PROTECTED]>

* win32/vs6/libgstinterfaces.dsp:
* win32/vs6/libgstrtsp.dsp:
Convert line endings back to DOS

2007-11-14  Jan Schmidt  <[EMAIL PROTECTED]>

* gst-libs/gst/fft/kiss_fft_f32.h:
* gst-libs/gst/fft/kiss_fft_f64.h:
* gst-libs/gst/fft/kiss_fft_s16.h:
* gst-libs/gst/fft/kiss_fft_s32.h:
Don't include malloc.h which doesn't exist on Mac OSX.
Instead, pull in glib.h and use g_malloc/g_free for 
consistency. Fixes: #496548

2007-11-09  Stefan Kost  <[EMAIL PROTECTED]>

* gst/playback/gstdecodebin2.c:
  Dont leak ghostpad. Fixes #475451.

2007-11-09  Wim Taymans  <[EMAIL PROTECTED]>

* docs/design/design-decodebin.txt:
* gst/playback/gstdecodebin2.c: (analyze_new_pad):
Update some more docs and comments.

2007-11-06  Tim-Philipp Müller  

Patch by: Sebastien Moutte  

* gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
  (gst_rtcp_unix_to_ntp):
* gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
  Fix some C99-isms and and a missing function that some versions of
  MSVC don't like too much (#494346).

* win32/vs6/gst_plugins_base.dsw:
* win32/vs6/libgstaudio.dsp:
* win32/vs6/libgstrtp.dsp:
* win32/vs6/libgsttag.dsp:
  Update vs6 projects files (#494346).

2007-11-06  Tim-Philipp Müller  

Patch by: Ole André Vadla Ravnås  <[EMAIL PROTECTED]>

* win32/common/libgstaudio.def:
* win32/common/libgstcdda.def:
* win32/common/libgstinterfaces.def:
* win32/common/libgstnetbuffer.def:
* win32/common/libgstpbutils.def:
* win32/common/libgstrtp.def:
* win32/common/libgstrtsp.def:
* win32/common/libgsttag.def:
* win32/common/libgstvideo.def:
  More missing symbols to export (fixes #493986).

2007-11-06  Sebastian Dröge  <[EMAIL PROTECTED]>

* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/fft/gstfftf32.c:
* gst-libs/gst/fft/gstfftf32.h:
* gst-libs/gst/fft/gstfftf64.c:
* gst-libs/gst/fft/gstfftf64.h:
* gst-libs/gst/fft/gstffts16.c:
* gst-libs/gst/fft/gstffts16.h:
* gst-libs/gst/fft/gstffts32.c:
* gst-libs/gst/fft/gstffts32.h:
* tests/check/libs/fft.c: (GST_START_TEST):
Remove the magnitude and phase calculation functions as these have
very special use cases and can't even be used for the spectrum
element. Also adjust the docs to mention some properties of the used
FFT implemention, i.e. how the values are scaled. Fixes #492098.

2007-11-06  Tim-Philipp Müller  

* gst/playback/gstplaybasebin.c: (queue_threshold_reached),
  (finish_source):
  Avoid crash when there are external subtitles (fixes #491722).

2007-11-03  Tim-Philipp Müller  

* ext/alsa/gstalsasink.c: (gst_alsasink_open):
* ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
  'Could not open resource for writing' is not an acceptable
  error message when we can't open the audio device (see #492334),
  even less so when we're trying to open it to record something.

2007-11-02  Tim-Philipp Müller  

Patch by: Ole André Vadla Ravnås  <[EMAIL PROTECTED]>

* win32/common/libgstrtp.def:
  Add some more missing symbols (#492813).

2007-11-02  Tim-Philipp Müller  

Patch by: Thijs Vermeir <[EMAIL PROTECTED]>

* tests/check/elements/audioconvert.c: (verify_convert):
  Add check to make sure that the out caps have a channel layout
  set on them where they should 

gst-plugins-base 0.10.16

2008-01-28 Thread Jan Schmidt
   Module: gst-plugins-base
  Version: 0.10.16
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.16.tar.gz
  md5sum: 8ae4456216c8cf1e84180d8036c0a094
size: 2.6M

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.16.tar.bz2
  md5sum: f7b5645d956bd43103f62922be1f94cc
size: 1.8M

ChangeLog
-

=== release 0.10.16 ===

2008-01-28  Jan Schmidt <[EMAIL PROTECTED]>

* configure.ac:
  releasing 0.10.16, "Scheduled Interruption"

2008-01-22  Wim Taymans  <[EMAIL PROTECTED]>

Patch by: Thijs Vermeir 

* gst-libs/gst/rtp/gstrtpbuffer.c:
(gst_rtp_buffer_get_extension_data):
Fix typos and wrong extension check. Fixes #511274.

2008-01-18  Jan Schmidt  <[EMAIL PROTECTED]>

* po/sk.po:
Oops - add new sk.po mentioned in the LINGUAS I just committed

2008-01-17  Jan Schmidt  <[EMAIL PROTECTED]>

* po/LINGUAS:
Add ca translation to the disted list.

* win32/vs6/libgstsdp.dsp:
Convert line endings to CRLF

2008-01-17  Sebastien Moutte <[EMAIL PROTECTED]>

* win32/MANIFEST:
Add win32/vs6/libgstrtsp.dsp to MANIFEST

2008-01-14  Jan Schmidt  <[EMAIL PROTECTED]>

* win32/common/libgstsdp.def:
* win32/common/libgstvideo.def:
    Add new API declarations

2008-01-14  Jan Schmidt  <[EMAIL PROTECTED]>

* ext/theora/gsttheoradec.h:
* ext/theora/gsttheoraparse.h:
* ext/theora/theoradec.c:
* ext/theora/theoraparse.c:
Take a 2nd stab at handling libtheora granulepos changes in the decoder
and parser by inspecting the bitstream version of the incoming data.

2008-01-14  Sebastian Dröge  <[EMAIL PROTECTED]>

* configure.ac:
* pkgconfig/Makefile.am:
* pkgconfig/gstreamer-audio-uninstalled.pc.in:
* pkgconfig/gstreamer-audio.pc.in:
* pkgconfig/gstreamer-cdda-uninstalled.pc.in:
* pkgconfig/gstreamer-cdda.pc.in:
* pkgconfig/gstreamer-fft-uninstalled.pc.in:
* pkgconfig/gstreamer-fft.pc.in:
* pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
* pkgconfig/gstreamer-floatcast.pc.in:
* pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
* pkgconfig/gstreamer-interfaces.pc.in:
* pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
* pkgconfig/gstreamer-netbuffer.pc.in:
* pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
* pkgconfig/gstreamer-pbutils.pc.in:
* pkgconfig/gstreamer-riff-uninstalled.pc.in:
* pkgconfig/gstreamer-riff.pc.in:
* pkgconfig/gstreamer-rtp-uninstalled.pc.in:
* pkgconfig/gstreamer-rtp.pc.in:
* pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
* pkgconfig/gstreamer-rtsp.pc.in:
* pkgconfig/gstreamer-sdp-uninstalled.pc.in:
* pkgconfig/gstreamer-sdp.pc.in:
* pkgconfig/gstreamer-tag-uninstalled.pc.in:
* pkgconfig/gstreamer-tag.pc.in:
* pkgconfig/gstreamer-video-uninstalled.pc.in:
* pkgconfig/gstreamer-video.pc.in:
Provide one pkg-config file for every gst-plugins-base library.
This makes linking to those libraries much more intuitive and
provides standard pkg-config behaviour for them. Fixes bug #499697.

2008-01-13  David Schleef  <[EMAIL PROTECTED]>

* gst/videoscale/vs_4tap.c:
  Fix valgrind error on 4tap scaling method.

2008-01-13  Sebastien Moutte  <[EMAIL PROTECTED]>

* gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
Include Winsock2.h for VS6 and use a different way initialize
hints structure so it can build with VS6.
* win32/MANIFEST:
* win32/vs6/libgstsdp.dsp:
* win32/common/libgstsdp.def:
Add new files for libgstsdp.
* win32/vs6/grammar.dsp:
Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
* win32/vs6/gst_plugins_base.dsw:
* win32/vs6/libgstdecodebin.dsp:
* win32/vs6/libgstdecodebin2.dsp:
* win32/vs6/libgstplaybin.dsp:
* win32/vs6/libgstvolume.dsp:
Add new dependencies to the link list.

2008-01-13  Julien Moutte  <[EMAIL PROTECTED]>

* win32/common/config.h:
* win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
(gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
(gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
(gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
(gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
* win32/common/interfaces-enumtypes.c:
(gst_color_balance_type_get_type), (gst_mixer_type_get_type),
(gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
(gst_mixer_track_flags_get_type),
(gst_tu

gstreamer 0.10.16

2008-01-28 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.16
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.16.tar.gz
  md5sum: 15771939710e98f86207df64db5b84f7
size: 2.9M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.16.tar.bz2
  md5sum: d3ce3f670b7c48129c7d7d272ae15a4f
size: 2.1M

News


This is GStreamer 0.10.16 "Special Dispensation"

Changes since 0.10.15:

  * Monotonic/Posix clock support
  * Dumping of dot-file graph descriptions for debugging
  * Clean-up of exported symbols
  * Many bug-fixes and enhancements

Bugs fixed since 0.10.15:

  * 497859 : --disable-gst-debug option fails compilation
  * 339279 : [gst.URIHandler] interfaces with class-global virtual met...
  * 498694 : Patches to avoid g_signal_emit(SIGNAL_HANDOFF) on identit...
  * 498746 : basesink is forwarding downstream events
  * 498767 : Hangs after end of tracks since 0.10.15
  * 498924 : deprecate GST_PLUGIN_DEFINE_STATIC because it's not portable
  * 499007 : [gst-plot-timeline] more options
  * 499140 : Add check to ensure .def files are kept up-to-date
  * 500143 : Some small improvements (limiting realloc and CPU usage )
  * 500150 : [filesink] add property to enable buffering via setvbuf()
  * 501560 : gst_(caps|structure)_from_string() crash if structure nam...
  * 503131 : g_intern_string SUSE 10.2
  * 503231 : Change to GST_BUFFER_FLAG_GAP meaning can break with base...
  * 503417 : Build failure due uninitialized variable in function 'gst...
  * 503590 : gstreamer-0.10.15 fails tests on ppc64
  * 503675 : broken registry files written to disk
  * 504499 : Messages from check no longer contain the test case name
  * 505799 : iSight camera does not work in gstreamer
  * 506643 : crash in fixate_value/gst_value_init_and_copy on empty li...
  * 507957 : clean-up incomplete function declarations
  * 508175 : GST_TIMEVAL_TO_TIME() and GST_TIMESPEC_TO_TIME() need to ...
  * 510187 : gst_plugin_register_static() API review and GST_PLUGIN_DE...
  * 510747 : Use $(MAKE) instead of make to fix the build if GNU make ...
  * 511750 : Configure of prereleases 15.2-15.4 fail in OpenEmbedded M...

API additions since 0.10.15:

* GstIdentity::signal-handoffs
* gst_util_get_timestamp()
* gst_base_transform_set_gap_aware()
* GstFileSink::buffer-mode
* GstFileSink::buffer-size
* gst_plugin_register_static()

API deprecated since 0.10.15:

* GST_PLUGIN_DEFINE_STATIC()

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gstreamer 0.10.17

2008-01-30 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.17
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.17.tar.gz
  md5sum: 0e6d441a7a6db813bbb6d06d3168a605
size: 1.8M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.17.tar.bz2
  md5sum: c0c31ef71a18e29ac884d3dbfd04f70e
size: 1.3M

News


This is GStreamer 0.10.17 "Due Negligence"

Changes since 0.10.16:

  * Fix compilation on environments that have POSIX timers but not
monotonic clocks

Bugs fixed since 0.10.16:
  
  * 512715 : gst/gstutils.c and HAVE_MONOTONIC_CLOCK

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gstreamer 0.10.17

2008-01-30 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.17
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.17.tar.gz
  md5sum: 4869e52824c7ce6f75e513eb4267c45d
size: 2.9M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.17.tar.bz2
  md5sum: 3232416ea6fceab628236d67a7d0a44a
size: 2.1M

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gst-plugins-base 0.10.17

2008-01-30 Thread Jan Schmidt
   Module: gst-plugins-base
  Version: 0.10.17
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.17.tar.gz
  md5sum: 828d868fe56912ae06d6106b8df7c5d7
size: 2.6M

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.17.tar.bz2
  md5sum: 151b66228e08ab0c7601713030fb1c3f
size: 1.8M

ChangeLog
-

=== release 0.10.17 ===

2008-01-30  Jan Schmidt <[EMAIL PROTECTED]>

* configure.ac:
  releasing 0.10.17, "Peanut Butter and Jelly"

2008-01-30  Jan Schmidt  <[EMAIL PROTECTED]>

* gst-libs/gst/interfaces/mixeroptions.c:
* gst-libs/gst/interfaces/mixertrack.c:
Also remove the conditional registration of the signals
that disappeared with the ABI change in 0.10.14

2008-01-30  Jan Schmidt  <[EMAIL PROTECTED]>

* gst-libs/gst/rtsp/gstrtspconnection.c:
Revert patch to gstrtspconnection.c for brown paper bag
release of -base. Re-opens: #511825

2008-01-30  Jan Schmidt  <[EMAIL PROTECTED]>

* gst-libs/gst/interfaces/mixeroptions.h:
* gst-libs/gst/interfaces/mixertrack.h:
Change the way these deprecated function pointers are removed
so that the compiled ABI is unconditionally smaller. This 
sets in stone an ABI break that actually occurred when the
things were deprecated in 0.10.14, which seems to be the best
fix as the only known users are oss-mixer and sunaudio-mixer in 
gst-plugins-good.
Fixes: #513018

2008-01-30  Tim-Philipp Müller  

* win32/common/libgstpbutils.def:
  Export the two new _get_type() functions which are needed
  by the python bindings.

2008-01-29  Sebastian Dröge  <[EMAIL PROTECTED]>

* gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
Cast glong to time_t as time_t might have a different type on
other platforms, like FreeBSD, and we get a compiler warning
otherwise. Fixes bug #511825.

2008-01-29  Sebastian Dröge  <[EMAIL PROTECTED]>

* gst-libs/gst/audio/gstaudiofilter.c:
(gst_audio_filter_class_init):
Initialize the GstRingerBuffer class to get it's debug category
initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
category and otherwise we get some g_critical(). Fixes bug #512334.

2008-01-28  Jan Schmidt  <[EMAIL PROTECTED]>

* configure.ac:
Back to CVS

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gstreamer 0.10.18

2008-03-20 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.18
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.18.tar.gz
  md5sum: 2a9ed08ebcafd7ee6af13ce6a8258e6a
size: 3.0M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.18.tar.bz2
  md5sum: 3b2f9b2b50f7265bbaac8ea10a8279b8
size: 2.2M

News


This is GStreamer 0.10.18 "So far away"

Changes since 0.10.17:

  * New GstPoll abstraction simplifies operations on multiple fd's/sockets
  * Various bug fixes and corrections
  
Bugs fixed since 0.10.17:
  
  * 516187 : adding gst_collect_pads_read_buffer () collectpads
  * 516395 : gst_buffer_create_sub does not copy flags
  * 520756 : different registry backend configurations cause build errors
  * 498222 : configure improvements
  * 499127 : [multiqueue] has no documentation
  * 505417 : Add GstPoll to core
  * 509559 : [gstinfo]_gst_debug_init() memory leak
  * 510194 : segmentation fault when trying to link elements.
  * 511783 : [API] [check] add gst_check_element_push_buffer_list() etc.
  * 513964 : [GstPad] gst_pad_get_caps don't return a copy of the caps
  * 515469 : patch to add gst_index_set_resolver_full
  * 519584 : gst_element_implements_interface() segfaults with 'filesr...
  * 519698 : g_free/xmlFree mismatches in gstregistryxml
  * 520152 : Core uses non-portable size_t and ssize_t
  * 520671 : GstPoll needs to be ported to Windows
  * 520808 : GstPoll's API could need some changes for Windows
  * 520877 : registrybinary.c doesn't build cleanly on Windows/MSVC
  * 521740 : libgstreamer.def exports not up to date
  * 522741 : regression: gst_index_entry_free() frees string it does n...

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gst-plugins-base 0.10.18

2008-03-20 Thread Jan Schmidt
   Module: gst-plugins-base
  Version: 0.10.18
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.18.tar.gz
  md5sum: 299c7b65b0fb6734ff38eeb5d1f6a12e
size: 2.7M

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.18.tar.bz2
  md5sum: 422e654b049dedef6fdbf4456f2259d1
size: 1.9M

ChangeLog
-

=== release 0.10.18 ===

2008-03-20  Jan Schmidt <[EMAIL PROTECTED]>

* configure.ac:
  releasing 0.10.18, "I will follow"

2008-03-18  Jan Schmidt  <[EMAIL PROTECTED]>

* configure.ac:
* win32/common/config.h:
0.10.17.4 pre-release

2008-03-18  Wim Taymans  <[EMAIL PROTECTED]>

* gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
Use GST_STR_NULL when trying to print strings that could be NULL because
this might crash on some platforms. See #520808.

2008-03-18  Wim Taymans  <[EMAIL PROTECTED]>

Patch by: Ole André Vadla Ravnås  <[EMAIL PROTECTED]>

* gst-libs/gst/rtsp/gstrtspconnection.c:
(gst_rtsp_connection_connect), (gst_rtsp_connection_write),
(read_line), (gst_rtsp_connection_read_internal):
Generic Windows fixes that makes libgstrtsp work on Windows when
coupled with the new GstPoll API. See #520808.

2008-03-17  Sebastian Dröge  <[EMAIL PROTECTED]>

Patch by: Milosz Derezynski 

* ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
  If seeking to a new position succeeds don't simply return from
  create() without creating a buffer. Do this only in the case
  seeking to the new position fails. Fixes bug #523054.

2008-03-17  Tim-Philipp Müller  

* gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
  (gst_video_format_from_rgba32_masks):
  Fix gst_video_format_parse_caps() for RGB caps with alpha channel
  (#522635).

* tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
  Add unit test for the RGB caps parsing and creation, checking for
  internal consistency of the new API and consistency of the API with
  the old GST_VIDEO_CAPS_* defines.

2008-03-14  David Schleef  <[EMAIL PROTECTED]>

* gst/videotestsrc/videotestsrc.c:  Oops, revert last change
  because -base is in freeze.

2008-03-14  David Schleef  <[EMAIL PROTECTED]>

Patch by: William M. Brack

* gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.

2008-03-14  Wim Taymans  <[EMAIL PROTECTED]>

* gst/playback/gststreamselector.c: (gst_selector_pad_event),
(gst_selector_pad_chain):
* gst/playback/gststreamselector.h:
Revert change that caused regression until a real fix is found.
Fixes #522203.

2008-03-12  Michael Smith <[EMAIL PROTECTED]>

* gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
* gst-libs/gst/audio/gstringbuffer.h:
  Rename recently added buffer types to make more sense.
* ext/alsa/gstalsasink.c: (alsasink_parse_spec),
(gst_alsasink_write):
  Adapt for above API changes.
  Fixes bug #520523.

2008-03-11  Sebastian Dröge  <[EMAIL PROTECTED]>

* win32/common/libgstnetbuffer.def:
    Add new symbol gst_netaddress_equal. Fixes bug #521743.

2008-03-11  Jan Schmidt  <[EMAIL PROTECTED]>

* configure.ac:
* win32/common/config.h:
0.10.17.3 pre-release

2008-03-10  Wim Taymans  <[EMAIL PROTECTED]>

* gst-libs/gst/audio/gstbaseaudiosrc.c:
(gst_base_audio_src_create):
Fix duration when no clock was provided. Fixes #520300.

2008-03-07  Wim Taymans  <[EMAIL PROTECTED]>

Patch by: Olivier Crete  

* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
* gst-libs/gst/netbuffer/gstnetbuffer.h:
Add trivial function to compare GstNetAddress. See #520626.
API: GstNetBuffer::gst_netaddress_equal

2008-03-07  Wim Taymans  <[EMAIL PROTECTED]>

* gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
Update mode property docs, it's deprecated now.

2008-03-07  Wim Taymans  <[EMAIL PROTECTED]>

* gst-libs/gst/rtsp/gstrtspconnection.c:
(gst_rtsp_connection_create):
* gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
(gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
* gst/tcp/gstmultifdsink.h:
* gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
* gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
Remove GstPollMode from gstpoll constructor.

2008-03-04  Jan Schmidt  <[EMAIL PROTECTED]>

* configure.ac:
* win32/common/config.h:
0.10.17.2 pre-release

200

gstreamer 0.10.19

2008-04-03 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.19
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.19.tar.gz
  md5sum: ca97933f25bd29956fb5aad5a09c27f4
size: 3.0M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.19.tar.bz2
  md5sum: 12072a3168420350ea450749a3b63be8
size: 2.2M

News


This is GStreamer 0.10.19 "Me Again"

Changes since 0.10.18:

  * Fix a regression in raw fd handling

Bugs fixed since 0.10.18:
 
  * 524041 : gstfdsrc broken in 0.10.18

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gst-plugins-base 0.10.19

2008-04-03 Thread Jan Schmidt
   Module: gst-plugins-base
  Version: 0.10.19
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.19.tar.gz
  md5sum: 2a43527c58dd391060ed0b6c9bb3822b
size: 2.7M

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.19.tar.bz2
  md5sum: 9c9614cbb6497b7fee1c954b9d5ae3b7
size: 1.9M

ChangeLog
-

=== release 0.10.19 ===

2008-04-03  Jan Schmidt <[EMAIL PROTECTED]>

* configure.ac:
  releasing 0.10.19, "Good Times"

2008-04-03  Jan Schmidt  <[EMAIL PROTECTED]>

* gst-libs/gst/rtsp/gstrtspconnection.c:
Pull patch from HEAD to handle EAGAIN when poll_wait'ing.

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gstreamer 0.10.20

2008-06-18 Thread Jan Schmidt
   Module: gstreamer
  Version: 0.10.20
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.20.tar.gz
  md5sum: 84d84f7e707ee9de5d06a9fd4a1c8383
 sha1sum: a3df7180c2c66284b54c9ee8281b46b1645705dd
size: 3.0M

http://download.gnome.org/sources/gstreamer/0.10/gstreamer-0.10.20.tar.bz2
  md5sum: d5af70413a65ebf855f788f965685e2b
 sha1sum: a95e731ee2d377c80eecd61a700cfa1090aaae92
size: 2.2M

News


This is GStreamer 0.10.20 "You Crazy Diamond"

Changes since 0.10.19:

  * Add the Presets interface
  * Use the binary registry by default
  * Deprecate gst_element_get_pad and don't use it anywhere any more.
  * Reverse playback fixes
  * API to get missing element messages from parse_launch parsing.
  * Fixes in latency calculations
  * BaseTransform negotiation fixes
  * New Buffering query and messages
  * Fix multiqueue deadlocks when changing limits
  * Remove pre-generated parser hacks and require newer flex/bison
  * Use GSlice in more places
  * Use static strings in property declarations everywhere to save memory
allocations
  * Fix unaligned memory accesses with the binary registry and add CRC
checks
  * Lots of other bug fixes

Bugs fixed since 0.10.19:

  * 535069 : basesrc no longer support non-flushing seeks on itself
  * 522882 : Add a configure option to enable/disable OPTION_PARSING i...
  * 396779 : Preset interface for elements
  * 359653 : GStreamer Binary Registry patch
  * 401456 : [API] Rename gst_bin_find_unconnected_pad to gst_bin_find...
  * 446763 : [identity] leaks events in single segment mode
  * 459862 : typefinding coud be more efficient
  * 461253 : Crash when gst_base_transform_prepare_output_buffer is se...
  * 489269 : valgrind option parameter invalid for valgrind 2.2 
  * 508070 : gstreamer crashes whilst trying to read .so files in .deb...
  * 512577 : GstTagMergeMode doc has slightly incorrect explanation
  * 512578 : gst_tag_setter_merge_tags can mess up with KEEP_ALL merge...
  * 514507 : gst-xmlinspect outputs text instead of xml for plugins
  * 518022 : [libgstnet] MSVC 6.0 compile error due to socklen_t
  * 518932 : Expose gst_segment_copy() to facilitate wrapping of GstSe...
  * 520468 : Add a Env to enable/disable scan_and_update_registry for ...
  * 522326 : use of 'char*' instead of 'const char*' in gst_caps_set_s...
  * 523798 : [API] Some GstMiniObject enhancements
  * 523806 : Should use G_PARAM_STATIC_(NAME|NICK|BLURB) when possible
  * 523978 : Documentation fixes. 
  * 523985 : [PATCH] [identity] meta-writes buffers without meta-writa...
  * 524659 : Add specific error code for encrypted streams (e.g. WMA/A...
  * 525532 : [fakesink/fakesrc/identity] Uses GObject marshallers for ...
  * 526042 : [identity] check-imperfect-timestamp doesn't handle new s...
  * 526236 : mingw32 gstpoll compilation fix
  * 526247 : Actually build dlls when cross-compiling with mingw32
  * 526705 : GstIndexResolver uses nickname field as description field
  * 526768 : Basetransform bufferalloc passing through too easily
  * 526814 : [API] add gst_pad_add_{data,event,buffer}_probe_full() wi...
  * 527967 : gst_gerror_get_type is not thread safe
  * 528187 : Get missing elements from gst_parse_launch()
  * 528868 : URI schemes/protocols should be handled case insensitive
  * 529148 : Make gstqueue give the right min latency
  * 530317 : GType registration error - race condition when parallel c...
  * 530637 : queue leak on capacity change
  * 531538 : Race between gst_bus_set_flushing and async bus watches
  * 533490 : gst_message_new_warning() should take const gchar*
  * 533635 : gst_event_new_tag() documentation should say it takes own...
  * 533740 : [API] add gst_typefind_suggest_simple()
  * 533865 : gst_element_get_pad() should really be deprecated
  * 534258 : basesink not accumulated time in some cases.
  * 535218 : gst_base_src_send_event will block if basesrc is blocking...
  * 536723 : Misspelled word in error string
  * 536744 : Must link to libdl if dladdr() is used
  * 536780 : gcc 4.3.0 compile warnings
  * 536857 : DATADIR definition conflicts with windows headers
  * 525961 : Build fails on darwin
  * 535285 : Correct reference to GST_URI_UNKNOWN in gst_element_facto...

API added since 0.10.19:

  * Add GST_IS_PARAM_SPEC_MINI_OBJECT, GST_PARAM_SPEC_MINI_OBJECT
GST_TYPE_PARAM_MINI_OBJECT and gst_value_dup_mini_object
  * typefind::force-caps
  * gst_message_set_buffering_stats()
  * gst_message_parse_buffering_stats()
  * GST_QUERY_BUFFERING
  * GstBufferingMode
  * gst_query_new_buffering()
  * gst_query_set_buffering_percent()
  * gst_query_parse_buffering_percent

gst-python 0.10.12

2008-06-18 Thread Jan Schmidt
   Module: gst-python
  Version: 0.10.12
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-python/0.10/gst-python-0.10.12.tar.gz
  md5sum: e106a1ceaee49010232a54346b1f7a83
 sha1sum: a8c271c32cb72b276210a4fa5fe1fc54253b15c6
size: 620K

http://download.gnome.org/sources/gst-python/0.10/gst-python-0.10.12.tar.bz2
  md5sum: e5d39eed5062ab1521abc61a6863f7b3
 sha1sum: 2400b15ac9a421ce51dfc309919ebc1ca58da800
size: 468K

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list


gst-plugins-base 0.10.20

2008-06-18 Thread Jan Schmidt
   Module: gst-plugins-base
  Version: 0.10.20
  Uploaded by: Jan Schmidt

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.20.tar.gz
  md5sum: 44f275f78c738898013726cf4f231007
 sha1sum: 459c6c468e9173b541507a0fbebf815934dc2cff
size: 2.9M

http://download.gnome.org/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.20.tar.bz2
  md5sum: 180dd3452438b31fba732d2216e55eb6
 sha1sum: e887f071eda3128249657805dc5a42b2ad2d3bef
size: 1.9M

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml
___
ftp-release-list mailing list
ftp-release-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ftp-release-list