Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (95)

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

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

Sur d’autres sites (7835)

  • avformat/mpegtsenc : first_pts_check -> first_pts_checked

    27 octobre 2020, par Limin Wang
    avformat/mpegtsenc : first_pts_check -> first_pts_checked
    

    change to first_pts_checked and reverse the logic.

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/mpegtsenc.c
  • avformat/ftp: Fix for invalid use of av_strtok

    18 avril 2020, par Limin Wang
    avformat/ftp: Fix for invalid use of av_strtok
    

    By the av_strtok() description :
    * On the first call to av_strtok(), s should point to the string to
    * parse, and the value of saveptr is ignored. In subsequent calls, s
    * should be NULL, and saveptr should be unchanged since the previous
    * call.

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/ftp.c
  • avcodec/nvenc_hevc : add ff_nvenc_encode_flush() for .flush

    21 août 2020, par Limin Wang
    avcodec/nvenc_hevc : add ff_nvenc_encode_flush() for .flush
    

    for the .capabilities have AV_CODEC_CAP_ENCODER_FLUSH, so it's better to add it.

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/nvenc_hevc.c