Recherche avancée

Médias (0)

Mot : - Tags -/signalement

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (50)

  • 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 (6735)

  • Anomalie #3382 : Un rédacteur peut consulter un document d’un article en cours de rédaction dont i...

    3 mai 2015, par b b

    Je pense qu’il faudrait définir l’autorisation comme suit :

    - si le document n’est lié à aucun objet, il est modifiable par un rédacteur
    - si le document n’est lié qu’à un seul objet, et que cet objet n’est pas modifiable par le rédacteur, alors le document n’est pas modifiable
    - reste à voir ce que l’on fait quand le document est lié à plusieurs objets : refus de modification si au moins un des objets lié au document n’est pas modifiable par le rédacteur ?

    D’autres avis ?

  • Revision 36c39d67b1 : Add shell scripts for verifying basic vpx{dec,enc} features. Tests the basics (

    3 avril 2014, par Tom Finegan

    Changed Paths :
     Add /test/tools_common.sh


     Add /test/vpxdec.sh


     Add /test/vpxenc.sh



    Add shell scripts for verifying basic vpxdec,enc features.

    Tests the basics (first confirms feature is available in vpx_config.h) :
    - VP8 decode (in IVF file).
    - VP9 decode (in WebM file).
    - VP8 encode (to IVF and WebM).
    - VP9 encode (to IVF and WebM).
    - VP9 lossless encode (to IVF, currently disabled due to failure).
    - Pipe input (to vpxdec and vpxenc).

    Test data path and path to vpxdec,enc have been parameterized. In
    addition :
    - Supports disabling tests (test names prefixed with DISABLED_ are not
    run by default).
    - Supports filtering tests.

    vpxdec.sh : Tests vpxdec.
    vpxenc.sh : Tests vpxenc.
    tools_common.sh : Common test functions.

    Change-Id : I0612c88b8dd6049a05bbbc79a317a0cca61733a5

  • avcodec/hevc/ps : Add basic HEVC_SCALABILITY_AUXILIARY support

    11 février, par Zhao Zhili
    avcodec/hevc/ps : Add basic HEVC_SCALABILITY_AUXILIARY support
    

    Only implementing what's needed for HEVC with alpha.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavcodec/hevc/hevc.h
    • [DH] libavcodec/hevc/ps.c
    • [DH] libavcodec/hevc/ps.h