Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (111)

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

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

  • 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 (11050)

  • Revision 5c24469c2c : Use foreach_transformed_block with tokenize_b Updates the tokenizer to use the

    29 avril 2013, par John Koleszar

    Changed Paths :
     Modify /vp9/encoder/vp9_tokenize.c



    Use foreach_transformed_block with tokenize_b

    Updates the tokenizer to use the common block walker used by the
    detokenizer, to support non-4:2:0 and more than 3 planes.

    Change-Id : If1854117a9c7c1427349209fa2b3051ce6459dcb

  • strncpy_s error when deploying ffmpeg streaming application on XP

    26 juillet 2013, par dagur

    I'm trying to deploy an application that uses ffmpeg to stream camera output to an XP machine. The application is written compiled with gcc mingw32 and runs fine on Windows 8. But on Windows XP I get the following error :

    The procedure entry point strncpy_s could not be located in the
    dynamic link library msvcrt.dll

    GCC command, excluding paths :

    g++ -o mingw\streamer.exe src\testffmpeg.o -lavformat -lavutil -lavcodec -lFlyCapture2_C_v100

    Dependency walker shows the following :
    Depedency Walker

    How can I work around this strncpy_s problem ? It seems to be ffmpeg which uses this function is msvcrt. I used the windows binaries they provided. I'd rather not have to compile the library myself, as it has a huge set of dependencies.

  • dcadec : Decode LFE to avoid adding random data when downmixing with LFE

    5 décembre 2013, par Michael Niedermayer
    dcadec : Decode LFE to avoid adding random data when downmixing with LFE
    

    Signed-off-by : Tim Walker <tdskywalker@gmail.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/dcadec.c