Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (106)

  • Les images

    15 mai 2013
  • 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.

  • 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 : (...)

Sur d’autres sites (10954)

  • avcodec/nvdec_mjpeg : Remove always-true #if CONFIG_MJPEG_NVDEC_HWACCEL

    18 octobre 2022, par Andreas Rheinhardt
    avcodec/nvdec_mjpeg : Remove always-true #if CONFIG_MJPEG_NVDEC_HWACCEL
    

    This file is built iff said hwaccel is enabled.

    Reviewed-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/nvdec_mjpeg.c
  • avcodec/sbcdec : Remove always-false check

    1er octobre 2022, par Andreas Rheinhardt
    avcodec/sbcdec : Remove always-false check
    

    We never guard against a user freeing/stealing the private context ;
    and returning AVERROR(EIO) is inappropriate.

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

    • [DH] libavcodec/sbcdec.c
  • avcodec/magicyuvenc : Don't modify input frame

    22 février 2022, par Andreas Rheinhardt
    avcodec/magicyuvenc : Don't modify input frame
    

    It need not be writable at all. Instead, use temporary buffers
    for decorrelation.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/magicyuvenc.c