Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (52)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (9568)

  • avcodec/rv40 : Test remaining space in loop of get_dimension()

    15 novembre 2016, par Michael Niedermayer
    avcodec/rv40 : Test remaining space in loop of get_dimension()
    

    Fixes infinite loop
    Fixes : 178/fuzz-3-ffmpeg_VIDEO_AV_CODEC_ID_RV40_fuzzer

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

    • [DH] libavcodec/rv40.c
  • lavu : Rename ycgco color space appropriately

    31 octobre 2016, par Vittorio Giovara
    lavu : Rename ycgco color space appropriately
    

    Planes are ordered as the name suggests now.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavcodec/options_table.h
    • [DBH] libavcodec/version.h
    • [DBH] libavutil/pixdesc.c
    • [DBH] libavutil/pixfmt.h
    • [DBH] libavutil/version.h
  • checkasm : arm/aarch64 : Fix the amount of space reserved for stack parameters

    30 septembre 2016, par Martin Storsjö
    checkasm : arm/aarch64 : Fix the amount of space reserved for stack parameters
    

    Even if MAX_ARGS - 2 (for arm) or MAX_ARGS - 7 (for aarch64) parameters
    are passed on the stack to checkasm_checked_call, we actually only
    need to store MAX_ARGS - 4 (for arm) or MAX_ARGS - 8 (for aarch64)
    parameters on the stack when calling the tested function.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] tests/checkasm/aarch64/checkasm.S
    • [DBH] tests/checkasm/arm/checkasm.S