Recherche avancée

Médias (91)

Autres articles (68)

  • 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 ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

Sur d’autres sites (12180)

  • Build ffmpeg in ijkplayer

    13 juin 2016, par Saty

    I am trying to do a build of ffmpeg inside ijkplayer and following this link to do a manual install https://github.com/Bilibili/ijkplayer. I downloaded the ndk and setup the path and setup the path for sdks and then compiling ffmpeg.

    previously, it shows to use ndk9 or later and found out from an post to change to
    do-compile-ffmpeg.sh from compile-ffmpeg.sh. I changed the file according to ndk-11 now its showing me the below line to specify the architechture. Where to mention that architecture.

    ./do-compile-ffmpeg.sh
    ====================
    [*] check env
    ====================
    build on Darwin x86_64
    ANDROID_SDK=/username/Library/Android/sdk
    ANDROID_NDK=/Users/username/Documents/android-ndk-r11c
    You must specific an architecture 'arm, armv7a, x86, ...'.
  • arm : Only build the FFT init files if FFT is enabled

    29 mai 2013, par Martin Storsjö
    arm : Only build the FFT init files if FFT is enabled
    

    This fixes build errors in cases where FFT is disabled.

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

    • [DH] libavcodec/arm/Makefile
  • lavf/srt : fix build fail when used the libsrt 1.4.1

    12 juillet 2020, par Jun Zhao
    lavf/srt : fix build fail when used the libsrt 1.4.1
    

    libsrt changed the :
    SRTO_SMOOTHER -> SRTO_CONGESTION
    SRTO_STRICTENC -> SRTO_ENFORCEDENCRYPTION
    and removed the front of deprecated options (SRTO_SMOOTHER/SRTO_STRICTENC)
    in the header, it's lead to build fail

    fix #8760

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

    • [DH] libavformat/libsrt.c