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/lossless_videoencdsp : Remove obsolete MMX function

    20 juin 2022, par Andreas Rheinhardt
    avcodec/x86/lossless_videoencdsp : Remove obsolete MMX function
    

    The only systems which benefit from ff_diff_bytes_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/lossless_videoencdsp.asm
    • [DH] libavcodec/x86/lossless_videoencdsp_init.c
  • avcodec/x86/lossless_videodsp : Remove obsolete MMX(EXT) functions

    20 juin 2022, par Andreas Rheinhardt
    avcodec/x86/lossless_videodsp : 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/lossless_videodsp.asm
    • [DH] libavcodec/x86/lossless_videodsp_init.c
  • swresample/x86/audio_convert : Remove obsolete MMX functions

    10 juin 2022, par Andreas Rheinhardt
    swresample/x86/audio_convert : Remove obsolete MMX functions
    

    x64 always has MMX, MMXEXT, SSE and SSE2 and this means
    that some functions for MMX, MMXEXT and 3dnow are always
    overridden by other functions (unless one e.g. explicitly
    disables SSE2) for x64. So given that the only systems that
    benefit from these functions are truely ancient 32bit x86s
    they are removed.

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

    • [DH] libswresample/x86/audio_convert.asm
    • [DH] libswresample/x86/audio_convert_init.c