Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (57)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (8458)

  • avfilter/avf_showcwt : fix output frame pts if inlink timebase does not match sample...

    5 juillet 2023, par Paul B Mahol
    avfilter/avf_showcwt : fix output frame pts if inlink timebase does not match sample rate
    
    • [DH] libavfilter/avf_showcwt.c
  • avformat/AVFormatContext : Move fields down to match the fork

    9 juillet 2013, par Michael Niedermayer
    avformat/AVFormatContext : Move fields down to match the fork
    

    avconv uses private and internal fields from libavformat, we thus must
    match the layout even of the fields marked non public.
    Otherwise ffmpegs libavformat could not be used as a dropin replacement
    on debian/ubuntu

    The current soname of libavformat was not part of any release nor are any
    fields marked public moved thus in theory
    no installed shared lib ABI breakage should occur. Still the need for this
    change is unfortunate and chilling.
    If you installed shared libs from a recent development version of libavformat
    that is more recent than the last release. You probably want to check or rebuild
    applications that linked to it.

    minor versions of avformat & avdevice are bumped to allow detecting this
    as both use the updated struct

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavdevice/version.h
    • [DH] libavformat/avformat.h
    • [DH] libavformat/version.h
  • Make definition of _vorbis_window_get() match declaration.

    3 décembre 2013, par Tim Terriberry
    Make definition of _vorbis_window_get() match declaration.
    

    window.c wasn’t actually including window.h, or this would have been
    noticed earlier.

    git-svn-id : http://svn.xiph.org/trunk/vorbis@19028 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/window.c
    • [DH] lib/window.h