Recherche avancée

Médias (91)

Autres articles (64)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11604)

  • Revision 124153 : Corriger la déclaration de type dans le PHPDoc

    11 avril 2020, par Eric Lupinacci — Log

    Corriger la déclaration de type dans le PHPDoc

  • arm : Add EXTERN_ASM to the .func and .type declarations for exported symbols

    4 février 2014, par Martin Storsjö
    arm : Add EXTERN_ASM to the .func and .type declarations for exported symbols
    

    This makes the generated assembly more internally consistent,
    avoiding declaring two labels for the same function (for cases
    where EXTERN_ASM is empty) and not declaring a separate unprefixed
    label in other cases.

    This also makes sure the .func and .type delcarations have the same
    prefix. They have previously not been used on the platforms
    that have prefixed symbols on arm (iOS), but gas-preprocessor
    has recently started using the .func declarations for adding
    .thumb_func declarations for such functions.

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

    • [DH] libavutil/arm/asm.S
  • avcodec/svq3 : fix assert type (was av_assert2 in h264 from where this was copied)

    26 avril 2016, par Michael Niedermayer
    avcodec/svq3 : fix assert type (was av_assert2 in h264 from where this was copied)
    

    Type was lost in f8d1bb2f2ce9031940019e1cda4d30bc409ee349

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/svq3.c