Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (100)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (8924)

  • 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
  • avcodec/h264_parse : Check picture structure when initializing weight table

    9 juin 2017, par Michael Niedermayer
    avcodec/h264_parse : Check picture structure when initializing weight table
    

    Fixes : runtime error : index 49 out of bounds for type 'int [48][2][2]'
    Fixes : 2159/clusterfuzz-testcase-minimized-5267945972301824

    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/h264_parse.c
    • [DH] libavcodec/h264_parse.h
    • [DH] libavcodec/h264_parser.c
    • [DH] libavcodec/h264_slice.c