Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (30)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

Sur d’autres sites (2624)

  • Revision cd228fcdb8 : Add an early termination check in handle_inter_mode Check the mode and motion v

    27 août 2014, par Jingning Han

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



    Add an early termination check in handle_inter_mode

    Check the mode and motion vector cost. If it is already above
    the existing best rate-distortion cost, skip the rest check process
    on this mode.

    Change-Id : Ie065cebdfda2a3be3be18b8e8b43dc29aaa8c179

  • Fix double write of DASH manifest in streaming mode

    24 juin 2021, par Kevin LaFlamme
    Fix double write of DASH manifest in streaming mode
    

    When streaming mode is enabled, the DASH manifest is written on the
    first packet for the segment so that the segment can be advertised
    immediately to clients. It was also still writing the manifest at the
    end of the segment leading to two duplicate writes.

    • [DH] libavformat/dashenc.c
  • x86 : Only enable AVX-512 in 8-bit mode

    14 mai 2017, par Henrik Gramner
    x86 : Only enable AVX-512 in 8-bit mode
    
    • [DH] encoder/encoder.c