*NIX-SOFT -> Видео

GStreamer 0.10.30

,

Мультимедиа

Дата публикации:

ЭЖД, 15.03.2006 - 1:45

user posted image

ph34r.gif GStreamer 0.10.4

GStreamer получил переработанный BaseTransform, дополненную документацию и стал стабильней в работе благодаря исправлению большого числа ошибок. В модулях (gst-plugins-base) подчищена работа с Ogg, улучшено масштабирование видео, появилась поддержка субтитров и возможность переключения визуализаций "на лету".

Home_http://www.gstreamer.net/
Downloads (~2,0 Mb)_http://gstreamer.free...-0.10.4.tar.gz

de1ay, 15.02.2007 - 8:20

GStreamer 0.10.11

user posted image Скачать:
http://gstreamer.free....10.11.tar.bz2 ~11,8mb

scorpio, 9.12.2007 - 21:44

GStreamer 0.10.15 + GST Plugins Base 0.10.15

Release notes for GStreamer 0.10.15
The GStreamer team is proud to announce a new release in the 0.10.x stable series of the core of the GStreamer streaming media framework.

» Далее «


_______________
Download (GStreamer 0.10.15):
http://gstreamer.free...0.10.15.tar.gz ~ 2.8 MB
http://gstreamer.free....10.15.tar.bz2 ~ 2.1 MB

Download (GST Plugins Base 0.10.15):
http://gstreamer.free....10.15.tar.bz2 ~ 1.7 MB

scorpio, 27.03.2008 - 21:46

GStreamer Core 0.10.18 Base

2008-03-21

Features of this release


* New GstPoll abstraction simplifies operations on multiple fd's/sockets
* Various bug fixes and corrections

_______________
Size: ~ 2.9 MB

Download:
http://gstreamer.free...0.10.18.tar.gz

ЭЖД, 5.08.2009 - 18:06

ph34r.gif gstreamer 0.10.24

Features of this releaseBugs fixed in this release
Downloads (~2,9 Mb)_http://gstreamer.free....10.24.tar.bz2

ЭЖД, 6.10.2009 - 18:42

ph34r.gif gstreamer 0.10.25

Features of this releaseBugs fixed in this release
Downloads (~3,0 Mb)_http://gstreamer.free....10.25.tar.bz2

ЭЖД, 7.03.2010 - 15:25

ph34r.gif gstreamer 0.10.27



Downloads (~3,1 Mb)_http://gstreamer.free....10.27.tar.bz2

ЭЖД, 9.03.2010 - 20:45

ph34r.gif gstreamer 0.10.28

Downloads (~3,1 Mb)_http://gstreamer.free....10.28.tar.bz2

ЭЖД, 28.04.2010 - 19:35

ph34r.gif gstreamer 0.10.29

Features of this release

* improve plugin loading robustness: do not ever unload a plugin after calling into it: should fix mystery crashers during registry loading when a plugin init function returns FALSE (e.g. when some supporting library fails to initialise or a wrapper plugin found no features to wrap and wrongly returned FALSE)
* configurable memory alignment for GstBuffers
* add QoS message to inform apps of lost data, dropped frames etc.
* basesink, basetransform: add support for new QoS message
* basetransform: accept non-fixed caps suggestions
* basesrc: fix gst_base_src_new_seamless_segment()
* GstController fixes and optimisations
* set thread name for pad tasks on Linux
* pipeline, bin: fix refcount issue when removing elements during a state change
* queue2: implement seeking in download mode
* queue2: implement flushing in download buffering
* queue2: improve buffer level measurement in download mode
* fdsrc: allow specifying the size in bytes on the uri
* build fixes: better checks for uint128_t, inline assembly on OSX, compilation if HAVE_REGISTER_PRINTF_SPECIFIER is undefined, gobject-introspection
* two symbols were removed that had been exported but never been used or been declared in any header file: gst_element_default_error and gst_element_request_compatible_pad

Bugs fixed in this release

* 576234 : [basetransform] Suggesting non-fixed caps or no size doesn't work for upstream negotiation
* 520697 : [API] Add GST_TAG_USER_RATING
* 590718 : docs build failures with -jN: cp: cannot create regular file `build/image.entities': File exists
* 595958 : Position not updated after a backwards gst_event_new_step()
* 596832 : configurable buffer alignment
* 600718 : autoconf fails with gobject-introspection
* 600877 : [uridecodebin] Needs to disable download buffering for non-fast-start files
* 603710 : Can't compile with introspection support
* 603831 : build with libtool 1.x.y only works if --disable-shave is used
* 609046 : basetransform now ignores suggestions from capsfilter
* 609170 : basesrc pushes two newsegment
* 610256 : Use G_VALUE_COLLECT_INIT if available
* 611075 : Typo in debug_dump_pad function
* 611911 : Set thread names on pipeline threads
* 612370 : gstutils.c inline asm typo, compilation fails
* 612410 : [API][tags] add new geo tags
* 612733 : Build fails because HAVE_REGISTER_PRINTF_SPECIFIER is undefined
* 612881 : [utils] gst_pad_proxy_setcaps() doesn't handler iterator resyncs
* 613215 : delayed set in gst-launch are not recursive
* 613593 : git-update.sh script does not work on fresh git repository clones
* 614167 : gstinfo: no previous prototype for 'xxx' when buildign with --disable-gst-debug
* 614629 : utils: Use G_GNUC_CONST instead of G_GNUC_PURE for conversion functions
* 614767 : libgstreamer build failure on OS X x86_64
* 614833 : out of srcdir build fails for libs/gst/check
* 615698 : " warning: cast increases required alignment of target type " with gcc 4.2.1 on arm
* 615756 : [bin] refcount issue when removing element in error
* 615880 : Add some more custom flow returns
* 615881 : [LFOControlSource] Use correct setter for double GValues
* 616846 : Crash in gst_interpolation_control_source_find_control_point_iter

API changes

* API additions
o GST_MESSAGE_QOS
o gst_message_new_qos()
o gst_message_parse_qos()
o gst_message_parse_qos_stats()
o gst_message_parse_qos_values()
o gst_message_set_qos_stats()
o gst_message_set_qos_values()
o GST_FLOW_CUSTOM_SUCCESS_1
o GST_FLOW_CUSTOM_SUCCESS_2
o GST_FLOW_CUSTOM_ERROR_1
o GST_FLOW_CUSTOM_ERROR_2
o GST_TAG_USER_RATING
o GST_TAG_GEO_LOCATION_COUNTRY
o GST_TAG_GEO_LOCATION_CITY
o GST_TAG_GEO_LOCATION_SUBLOCATION
* API deprecations
o gst_element_class_set_details()

Downloads (~3,1 Mb)_http://gstreamer.free....10.29.tar.bz2

ЭЖД, 28.07.2010 - 18:12

ph34r.gif gstreamer 0.10.30

Features of this release

* GLib requirement was bumped to 2.20, automake requirement to 1.10
* bin: unlock gst_element_get_state() on error, instead of hanging forever if no timeout is given
* clock: fix refcounting bug in gst_clock_set_master
* caps: make sure _normalize() is applied on all structures
* info: add new TRACE log level and move refcounting there from LOG level
* pad: don't check twice for changed caps per push
* pad: fix iterator aggregation of all pads in the internal links fallback
* tagsetter: protect tagsetter operations with a lock
* value: support short fourccs (esp. serialisation/deserialisation)
* adapter: fix _try_to_merge_up(); optimize progressive masked scans
* basesink: implement percentage position and duration queries
* basesink: fix segment query return value
* basetransform: add accept_caps vmethod
* basetransform: re-evaluate proxy_alloc when reconfigured
* basetransform: assume in_size equals out_size if there's no transform_size/get_unit_size vfunc
* fdsink, filesink: make sync property work correctly
* typefind: make sure buffers' metadata is writable before setting caps on them
* queue2: fix merging of ranges
* queue2: don't wait for data when EOS
* queue2: don't ignore failure to open the temporary file location
* tools: make gst-launch print things correctly to stderr/stdout and make --quiet work correctly
* introspection: add many more gobject-introspection annotations
* xml: serialisation/deserialisation to/from XML has been deprecated, since it's always been broken for all but the most trivial pipelines, and will likely never be fixed

Bugs fixed in this release

* 623586 : gst/tagsetter check fails
* 463435 : Skip #include < libxml/parser.h > in gstconfig.h.in when not needed
* 505770 : gst_element_get_state() should unblock if element posts an error
* 615820 : implement percentage position and duration queries
* 615941 : [tags] Add GST_TAG_DEVICE_MANUFACTURER and GST_TAG_DEVICE_MODEL
* 616586 : Use GObject's boxed type for GError
* 617223 : [tags] Add tags for direction of capture and movement
* 617625 : Commandline utility wrappers (gst-run) don't work on Windows
* 618644 : gst_pad_get_caps() Return pad template if parent element is in GST_STATE_NULL
* 619508 : [tag] Add image orientation tag
* 619815 : GST_PLUGIN_LOADING_WHITELIST env var for unit tests
* 619828 : [API] adapter: add masked_scan_uint32_peek
* 620460 : info: add new TRACE log level and move refcounting there from LOG level
* 620490 : [basesink] segment query unconditionally returns FALSE
* 621006 : Deprecate unused gst_object_{get|set}_name_prefix()
* 621282 : Display of short fourccs is in hex instead of text
* 621332 : BaseTransform should disable proxy alloc if downstream changes caps
* 621334 : GstBaseTransform should not require a transform_size function
* 621505 : Disable memory poisoning by default for releases
* 621527 : gstcaps: New gst_caps_steal_structure() method
* 621530 : filesink ignores sync=true
* 621595 : --quiet doesnt make gst-launch be completely quiet, also messages should not go to stdout
* 621773 : Add introspection annotations
* 621867 : gst-launch: rename new --no-play command line option
* 621896 : [API][taglist] Add gst_tag_list_peek_string_index
* 622504 : [GstPad] Provide more fine-grained linking methods
* 622546 : distcheck fails in docs/plugins/
* 622685 : [GstXml] Deprecate GstXml
* 622967 : [queue2] Problems with progressive downloading
* 623301 : gst_caps_normalize : doesn't normalize completely
* 623589 : Fix races/refcounting bugs with slave clocks
* 624113 : [tags] wrong behaviour in merge function for strings
* 622025 : Can't build gstreamer due to Gst-0.10.gir: error: Can't resolve type 'PadIntLinkFunction' for field Gst.Pad.intlinkfunc

Downloads (~3,2 Mb)_http://gstreamer.free....10.30.tar.bz2


версия для печати -> Полная версия

SoftoRooM © 2004-2024