Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (77)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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" (...)

Sur d’autres sites (4924)

  • Merge commit ’1399931d07f0f37ef4526eb8d39d33c64e09618a’

    14 mai 2013, par Michael Niedermayer
    Merge commit ’1399931d07f0f37ef4526eb8d39d33c64e09618a’
    

    * commit ’1399931d07f0f37ef4526eb8d39d33c64e09618a’ :
    x86 : dsputil : Rename dsputil_mmx.h —> dsputil_x86.h

    Conflicts :
    libavcodec/x86/dsputil_mmx.c

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

    • [DH] libavcodec/imgconvert.c
    • [DH] libavcodec/x86/ac3dsp_init.c
    • [DH] libavcodec/x86/cavsdsp.c
    • [DH] libavcodec/x86/dirac_dwt.c
    • [DH] libavcodec/x86/diracdsp_mmx.c
    • [DH] libavcodec/x86/dsputil_init.c
    • [DH] libavcodec/x86/dsputil_mmx.c
    • [DH] libavcodec/x86/dsputil_x86.h
    • [DH] libavcodec/x86/dsputilenc_mmx.c
    • [DH] libavcodec/x86/fpel_mmx.c
    • [DH] libavcodec/x86/h264_qpel.c
    • [DH] libavcodec/x86/h264dsp_init.c
    • [DH] libavcodec/x86/hpeldsp_init.c
    • [DH] libavcodec/x86/hpeldsp_mmx.c
    • [DH] libavcodec/x86/idct_mmx_xvid.c
    • [DH] libavcodec/x86/idct_sse2_xvid.c
    • [DH] libavcodec/x86/motion_est.c
    • [DH] libavcodec/x86/mpegvideo.c
    • [DH] libavcodec/x86/mpegvideoenc.c
    • [DH] libavcodec/x86/rnd_mmx.c
    • [DH] libavcodec/x86/rv40dsp_init.c
    • [DH] libavcodec/x86/simple_idct.c
    • [DH] libavcodec/x86/snowdsp.c
    • [DH] libavcodec/x86/vc1dsp_init.c
    • [DH] libavcodec/x86/vc1dsp_mmx.c
  • Merge remote-tracking branch ’qatar/master’

    14 mai 2013, par Michael Niedermayer
    Merge remote-tracking branch ’qatar/master’
    

    * qatar/master :
    configure : Disable PIC for cygwin just as for win32/mingw

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

    • [DH] configure
  • md5enc : don’t reuse priv_class in two formats

    13 mai 2013, par Hendrik Leppkes
    md5enc : don’t reuse priv_class in two formats
    

    Apparently, this is not allowed and can trip up all sorts of things.

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

    • [DH] libavformat/md5enc.c