Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (47)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (5573)

  • lavf/sr : Don't need to check NULL before sws_freeContext

    1er juin 2019, par Jun Zhao
    lavf/sr : Don't need to check NULL before sws_freeContext
    

    sws_freeContext have check the NULL pointer, so don't need to check
    NULL before sws_freeContext.

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavfilter/vf_sr.c
  • configure : fix _Pragma check.

    29 octobre 2023, par Reimar Döffinger
    configure : fix _Pragma check.
    

    The test can currently pass when _Pragma is not supported, since
    _Pragma might be treated as a implicitly declared function.
    This happens e.g. with tinycc.
    Extending the check to 2 pragmas both matches the actual use
    better and avoids this misdetection.

    • [DH] configure
  • Revision c2217f2238 : Avoid mv cost check for invalid mv values The compound inter prediction could p

    5 novembre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Avoid mv cost check for invalid mv values

    The compound inter prediction could potentially run with initial
    motion vectors of invalid value and check the mv_cost, which triggers
    overheap read. This commit resolves this issue by forcing a motion
    vector value check for compound inter modes of both superblock and
    sub8x8 block sizes.

    Change-Id : I4f4fc19ce83c8272782bc382f12c82a3f03212fc