Recherche avancée

Médias (0)

Mot : - Tags -/upload

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (16874)

  • lavfi/sr : Change the backend type from flags to int

    25 mai 2019, par Jun Zhao
    lavfi/sr : Change the backend type from flags to int
    

    native and tensorflow is exclusive, so change the type from
    flags to int.

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavfilter/vf_sr.c
  • Use POC type 0 for AVC-Intra

    20 janvier 2015, par Kieran Kunhya
    Use POC type 0 for AVC-Intra
    

    Based on a patch from Capella Systems

    • [DH] encoder/set.c
  • lavc/libkvazaar : fix incompatible pointer type.

    20 août 2018, par Jun Zhao
    lavc/libkvazaar : fix incompatible pointer type.
    

    fix the waring : libavcodec/libkvazaar.c:210:27 : warning : passing argument 3 of ‘av_image_copy’ from incompatible pointer type [-Wincompatible-pointer-types]
    frame->data, frame->linesize,

    In file included from libavcodec/libkvazaar.c:31:0 :
    ./libavutil/imgutils.h:119:6 : note : expected ‘const uint8_t ** aka const unsigned char **’ but argument is of type ‘uint8_t * const* aka unsigned char * const*
    void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4],

    Signed-off-by : Jun Zhao <mypopydev@gmail.com>

    • [DH] libavcodec/libkvazaar.c