Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (31)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (3559)

  • aarch64 : vp9 : Fix assembling with Xcode 6.2 and older

    18 juin 2017, par Memphiz
    aarch64 : vp9 : Fix assembling with Xcode 6.2 and older
    

    Properly use the b.eq/b.ge forms instead of the nonstandard forms
    (which both gas and newer clang accept though), and expand the
    register list that used a range (which the Xcode 6.2 clang, based
    on clang 3.5 svn, didn’t support).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/aarch64/vp9itxfm_neon.S
    • [DBH] libavcodec/aarch64/vp9mc_neon.S
  • avcodec/mips : Improve hevc uni weighted hv mc msa functions

    31 octobre 2017, par Kaustubh Raste
    avcodec/mips : Improve hevc uni weighted hv mc msa functions
    

    Use immediate unsigned saturation for clip to max saving one vector register.

    Signed-off-by : Kaustubh Raste <kaustubh.raste@imgtec.com>
    Reviewed-by : Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/hevc_macros_msa.h
    • [DH] libavcodec/mips/hevc_mc_uniw_msa.c
  • Merge remote-tracking branch ’rbultje/vp9-simd’

    25 janvier 2014, par Michael Niedermayer
    Merge remote-tracking branch ’rbultje/vp9-simd’
    

    * rbultje/vp9-simd :
    vp9 : fix memory corruption if header decoding fails after size change.
    vp9/x86 : use explicit register for relative stack references.
    vp9/x86 : iwht4x4 (lossless) mmx.
    vp9/x86 : 4x4 iadst SIMD (ssse3) variants.
    vp9/x86 : 8x8 iadst SIMD (ssse3/avx) variants.

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vp9.c
    • [DH] libavcodec/x86/vp9dsp_init.c
    • [DH] libavcodec/x86/vp9itxfm.asm