Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (39)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • compat/atomics/gcc : use __typeof__ instead of typeof

    7 mars 2017, par James Almer
    compat/atomics/gcc : use __typeof__ instead of typeof
    

    The typeof keyword is apparently not available when using the -std=c99 option.

    Fixes the use of C11 atomic functions with old GCC.

    Reviewed-by : Muhammad Faiz <mfcc64@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] compat/atomics/gcc/stdatomic.h
  • fate : add libswresample exact_rational test

    13 juin 2016, par Muhammad Faiz
    fate : add libswresample exact_rational test
    

    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] tests/fate/libswresample.mak
  • avcodec/decode : do not treat discarded frames as eof when draining

    1er mai 2017, par Muhammad Faiz
    avcodec/decode : do not treat discarded frames as eof when draining
    

    Fix fate failures :
    make fate-mov THREADS=32

    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavcodec/decode.c