Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (48)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • ac3dec_fixed : always use the USE_FIXED=1 variant of the AC3DecodeContext

    13 mars 2015, par Andreas Cadhalpun
    ac3dec_fixed : always use the USE_FIXED=1 variant of the AC3DecodeContext
    

    The AC3DecodeContext has a float (USE_FIXED=0) and an integer
    (USE_FIXED=1) variant, both of which can be present in the same binary.
    This is not only very confusing, but it also breaks horribly, when one
    variant is used by code expecting the other.

    This currently happens, because eac3dec.c is only compiled for the float
    variant, but also used from ac3dec_fixed.c, which uses the integer
    variant.

    The result is memory corruption, leading to crashes.

    So compile eac3dec.c once for each variant and adapt it, so that it
    works with the integer variant.

    A loss of precission and scaling bug has been fixed by the committer
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/ac3dec.h
    • [DH] libavcodec/ac3dec_fixed.c
    • [DH] libavcodec/ac3dec_float.c
    • [DH] libavcodec/eac3dec.c
  • g2meet : Support G2M5 codec variant

    17 avril 2015, par Eric Zimmerman
    g2meet : Support G2M5 codec variant
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavcodec/g2meet.c
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/riff.c
  • lavc : add a variant of av_get_audio_frame_duration working with AVCodecParameters

    1er juin 2014, par Anton Khirnov
    lavc : add a variant of av_get_audio_frame_duration working with AVCodecParameters
    
    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/utils.c