Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (111)

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

  • test_libFLAC : Fix Windows build after addidion of endian tests.

    2 juillet 2014, par Erik de Castro Lopo
    test_libFLAC : Fix Windows build after addidion of endian tests.
    

    * Use "share/compat.h" instead of <stdint.h>.
    * Update test_libFLAC.vcproj project file.
    * Update Makefile.lite build system.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/test_libFLAC/Makefile.lite
    • [DH] src/test_libFLAC/endswap.c
    • [DH] src/test_libFLAC/test_libFLAC.vcproj
  • Fix typos in header files

    20 mars 2017, par Erik de Castro Lopo
    Fix typos in header files
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] include/FLAC++/decoder.h
    • [DH] include/FLAC++/encoder.h
    • [DH] include/share/private.h
  • libFLAC/bitreader : Remove un-needed FLAC__CPUInfo field from FLAC__BitReader.

    27 juillet 2014, par Erik de Castro Lopo
    libFLAC/bitreader : Remove un-needed FLAC__CPUInfo field from FLAC__BitReader.
    

    In FLAC 1.2.0, a new field ’FLAC__CPUInfo cpu_info’ was added to the
    FLAC__BitReader struct. It became useless in 1.3.0 because of various
    bitreader optimizations.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/bitreader.c
    • [DH] src/libFLAC/include/private/bitreader.h
    • [DH] src/libFLAC/stream_decoder.c