Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (106)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (13017)

  • avcodec/hevc_ps : Change num_tile_rows/columns checks to sps->ctb_height/weight

    25 juin 2019, par Michael Niedermayer
    avcodec/hevc_ps : Change num_tile_rows/columns checks to sps->ctb_height/weight
    

    Suggested-by : James Almer <jamrial@gmail.com>
    Reviewed-by : James Almer <jamrial@gmail.com
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/hevc_ps.c
  • lavc/aarch64/h264dsp_init_aarch64 : Fix weight function prototypes.

    21 janvier 2018, par Carl Eugen Hoyos
    lavc/aarch64/h264dsp_init_aarch64 : Fix weight function prototypes.
    

    Fixes the following warnings :
    libavcodec/aarch64/h264dsp_init_aarch64.c : In function ‘ff_h264dsp_init_aarch64’ :
    libavcodec/aarch64/h264dsp_init_aarch64.c:84:38 : warning : assignment from incompatible pointer type [enabled by default]
    c->weight_h264_pixels_tab[0] = ff_weight_h264_pixels_16_neon ;
    ^
    libavcodec/aarch64/h264dsp_init_aarch64.c:85:38 : warning : assignment from incompatible pointer type [enabled by default]
    c->weight_h264_pixels_tab[1] = ff_weight_h264_pixels_8_neon ;
    ^
    libavcodec/aarch64/h264dsp_init_aarch64.c:86:38 : warning : assignment from incompatible pointer type [enabled by default]
    c->weight_h264_pixels_tab[2] = ff_weight_h264_pixels_4_neon ;
    ^
    libavcodec/aarch64/h264dsp_init_aarch64.c:88:40 : warning : assignment from incompatible pointer type [enabled by default]
    c->biweight_h264_pixels_tab[0] = ff_biweight_h264_pixels_16_neon ;
    ^
    libavcodec/aarch64/h264dsp_init_aarch64.c:89:40 : warning : assignment from incompatible pointer type [enabled by default]
    c->biweight_h264_pixels_tab[1] = ff_biweight_h264_pixels_8_neon ;
    ^
    libavcodec/aarch64/h264dsp_init_aarch64.c:90:40 : warning : assignment from incompatible pointer type [enabled by default]
    c->biweight_h264_pixels_tab[2] = ff_biweight_h264_pixels_4_neon ;
    ^

    • [DH] libavcodec/aarch64/h264dsp_init_aarch64.c
  • cbs_h265 : Fix ranges of prediction weight offsets

    28 août 2017, par Mark Thompson
    cbs_h265 : Fix ranges of prediction weight offsets
    

    The bracketing was wrong - ’-’ binds before ’<<’. This would
    previously incorrectly reject the streams in the WP_A and WP_B
    conformance tests.

    • [DBH] libavcodec/cbs_h265_syntax_template.c