Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (100)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (8465)

  • FFMPEG/libav : how to match a linux lib version to a source code commit

    31 août 2016, par Gauthier

    I’m having trouble using a libav function, so I thought I’d dig into the source and see why it’s not doing what I expect.

    I want to checkout the source version used on my system, obviously, but I don’t know how to match these.

    $ ldd my_application | grep avformat
    libavformat.so.56 => /usr/local/lib/libavformat.so.56 (0x00007f629ef8f000)

    How can I find out the git tag that was used to build version 56 of the shared lib ?

  • avcodec/v210dec : do not use accelerated code for the last pixels of a row

    12 juin 2022, par Marton Balint
    avcodec/v210dec : do not use accelerated code for the last pixels of a row
    

    ASM code tends to overwrite the buffers by 2-4 bytes and it can cause issues
    with slice threads.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/v210dec.c
  • avutil/ppc/intreadwrite : remove AV_ ??64 overriding code

    27 février 2015, par Michael Niedermayer
    avutil/ppc/intreadwrite : remove AV_ ??64 overriding code
    

    The code has undefined behavior and makes no difference when optimizations
    are enabled.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/ppc/intreadwrite.h