Recherche avancée

Médias (91)

Autres articles (15)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (2963)

  • indeo4 : Decode all or nothing of a band header.

    17 mai 2018, par Michael Niedermayer
    indeo4 : Decode all or nothing of a band header.
    

    This avoids inconsistent value combinations.
    Alternatively it would be possible to add more checks and careful use of
    temporary variables, but my try of this quickly seemed to become
    a rather large change.
    The disadvantage of this, is that the struct is copied back and forth.

    Fixes : index 6 out of bounds for type 'const uint16_t [5][16]'
    Fixes : 6557/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_INDEO4_fuzzer-4787296550256640

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/indeo4.c
  • avfilter/af_acrossover : add per output band gain

    2 décembre 2020, par Paul B Mahol
    avfilter/af_acrossover : add per output band gain
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/af_acrossover.c
  • avcodec/libx264 : Don't unnecessarily add in-band extradata

    20 décembre 2021, par Andreas Rheinhardt
    avcodec/libx264 : Don't unnecessarily add in-band extradata
    

    The check here is meant to check for whether avcintra-class option
    (default value -1) has been set ; yet it checks for the x264_param_t
    value where 0 is the default value (treated as "no avcintra-mode"
    by x264). This meant that in-band extradata has been added unnecessarily
    when using global headers ; furthermore, the first output packet
    had two x264 SEIs.

    Reviewed-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/libx264.c