Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (31)

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (5111)

  • Couldn't find platform family in Info.plist for dylib CFBundleSupported platforms or Mach-O LC_VERSION_MIN

    1er décembre 2016, par user2331687

    enter image description here

    I have developed a App (Mac OS) and I want release it to Mac App Store, and my App use the FFMPEG library, so there are many .dylib (as you can see, for example, libSDL-1.2.0.dylib), when I upload my App, and I got this error, I have googled several days, but I don’t know how to add the "platform family" to a .dylib, since the dylib is build from command line. Can anyone help me to solve this problem, thanks very much !

  • avfilter/vf_avgblur_vulkan : fix incorrect conditional judgement

    8 octobre 2021, par Wu Jianhua
    avfilter/vf_avgblur_vulkan : fix incorrect conditional judgement
    

    Signed-off-by : Wu Jianhua <jianhua.wu@intel.com>

    • [DH] libavfilter/vf_avgblur_vulkan.c
  • avcodec/hevcdec : fix non-ref frame judgement

    23 octobre 2018, par Mark Wu
    avcodec/hevcdec : fix non-ref frame judgement
    

    After inspecting the source code of x265, mpv and ffmpeg, I've found that
    ffmpeg mistakenly regards EVC_NAL_BLA_N_LP and HEVC_NAL_IDR_N_LP as non-
    reference frames, which are acutally reference frames according to the
    specification in x265, and drops them.

    This patch should address the problem. I have tested it with mpv.

    Signed-off-by : Mark Wu <wfwf1997@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/hevcdec.h