Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (47)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • configure : Remove obsolete wmavoice->rdft,dct dependencies

    28 septembre 2023, par Andreas Rheinhardt
    configure : Remove obsolete wmavoice->rdft,dct dependencies
    

    Forgotten in a810126501e1ef0992d765720ff0d2629c5d1616.

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] configure
  • swresample/x86/resample : Remove obsolete MMXEXT functions

    11 juin 2022, par Andreas Rheinhardt
    swresample/x86/resample : Remove obsolete MMXEXT functions
    

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

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

    • [DH] libswresample/x86/resample.asm
    • [DH] libswresample/x86/resample_init.c
  • avcodec/Makefile : Remove obsolete dependency of eatqi dec on rl.o

    27 avril 2021, par Andreas Rheinhardt
    avcodec/Makefile : Remove obsolete dependency of eatqi dec on rl.o
    

    Unnecessary since 6e8fcd9c5624c1a89e49803de9e10562ace61b6a.

    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/Makefile