Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (70)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • À propos des documents

    21 juin 2013, par

    Que faire quand un document ne passe pas en traitement, dont le rendu ne correspond pas aux attentes ?
    Document bloqué en file d’attente ?
    Voici une liste d’actions ordonnée et empirique possible pour tenter de débloquer la situation : Relancer le traitement du document qui ne passe pas Retenter l’insertion du document sur le site MédiaSPIP Dans le cas d’un média de type video ou audio, retravailler le média produit à l’aide d’un éditeur ou un transcodeur. Convertir le document dans un format (...)

Sur d’autres sites (5574)

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