Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (105)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (10330)

  • avcodec/cbs : Factor out common code for writing units

    17 novembre 2019, par Andreas Rheinhardt
    avcodec/cbs : Factor out common code for writing units
    

    All cbs-functions to write units share a common pattern :
    1. They check whether they have a write buffer (that is used to store
    the unit's data until the needed size becomes known after writing the
    unit when a dedicated buffer will be allocated).
    2. They use this buffer for a PutBitContext.
    3. The (codec-specific) writing takes place through the PutBitContext.
    4. The return value is checked. AVERROR(ENOSPC) here always indicates
    that the buffer was too small and leads to a reallocation of said
    buffer.
    5. The final buffer will be allocated and the data copied.

    This commit factors this common code out in a single function in cbs.c.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/cbs.c
    • [DH] libavcodec/cbs.h
    • [DH] libavcodec/cbs_av1.c
    • [DH] libavcodec/cbs_av1.h
    • [DH] libavcodec/cbs_h2645.c
    • [DH] libavcodec/cbs_h2645.h
    • [DH] libavcodec/cbs_internal.h
    • [DH] libavcodec/cbs_jpeg.c
    • [DH] libavcodec/cbs_jpeg.h
    • [DH] libavcodec/cbs_mpeg2.c
    • [DH] libavcodec/cbs_mpeg2.h
    • [DH] libavcodec/cbs_vp9.c
    • [DH] libavcodec/cbs_vp9.h
  • build : Add component for the SRTP common code

    18 mars 2016, par Diego Biurrun
    build : Add component for the SRTP common code
    

    This allows expressing the SRTP test code dependencies more clearly.

    • [DBH] configure
    • [DBH] libavformat/Makefile
  • Revision a42ab027fd : Merge "Move vp9_extend.{h,c} from common to encoder"

    19 novembre 2013, par Yaowu Xu

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


     Modify /vp9/vp9_common.mk



    Merge "Move vp9_extend.h,c from common to encoder"