Recherche avancée

Médias (0)

Mot : - Tags -/interaction

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (58)

  • 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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • avcodec/x86/rv34dsp : Remove obsolete MMX function

    14 juin 2022, par Andreas Rheinhardt
    avcodec/x86/rv34dsp : Remove obsolete MMX function
    

    The only systems which benefit from ff_rv34_idct_dc_add_mmx are truely
    ancient 32bit x86s as all other systems use at least the SSE2 versions
    (this includes all x64 cpus (which is why this code is restricted
    to x86-32)).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/x86/rv34dsp.asm
    • [DH] libavcodec/x86/rv34dsp_init.c
  • avcodec/x86/dcadsp : Remove obsolete SSE function

    20 juin 2022, par Andreas Rheinhardt
    avcodec/x86/dcadsp : Remove obsolete SSE function
    

    The only systems which benefit from ff_lfe_fir0_float_sse are truely
    ancient 32bit x86s as all other systems use at least the SSE2 versions
    (this includes all x64 cpus (which is why this code is restricted
    to x86-32)).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/x86/dcadsp.asm
    • [DH] libavcodec/x86/dcadsp_init.c
  • avcodec/x86/vp8dsp : Remove obsolete MMX(EXT) functions

    20 juin 2022, par Andreas Rheinhardt
    avcodec/x86/vp8dsp : Remove obsolete MMX(EXT) functions
    

    The only systems which benefit from these are truely
    ancient 32bit x86s as all other systems use at least the SSE2 versions
    (this includes all x64 cpus (which is why this code is restricted
    to x86-32)).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/x86/vp8dsp.asm
    • [DH] libavcodec/x86/vp8dsp_init.c
    • [DH] libavcodec/x86/vp8dsp_loopfilter.asm