Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (61)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (11725)

  • avcodec/mips : loongson optimize h264pred with mmi v3

    17 mai 2016, par Zhou Xiaoyong
    avcodec/mips : loongson optimize h264pred with mmi v3
    

    1. no longer use the register names directly and optimized code format
    2. to be compatible with O32, specify type of address variable with mips_reg and handle the address variable with PTR_ operator
    3. ff_pred16x16_plane_ functions only support N64 ABI now

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/constants.c
    • [DH] libavcodec/mips/constants.h
    • [DH] libavcodec/mips/h264pred_init_mips.c
    • [DH] libavcodec/mips/h264pred_mmi.c
  • avcodec/mips : loongson optimize hpeldsp with mmi v1

    17 mai 2016, par Zhou Xiaoyong
    avcodec/mips : loongson optimize hpeldsp with mmi v1
    

    1.the codes are compatible with O32 ABI
    2.use uld and mtc1 to workaround cpu 3A2000 gslwlc1 bug (gslwlc1 instruction extension bug in O32 ABI)

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/Makefile
    • [DH] libavcodec/mips/hpeldsp_init_mips.c
    • [DH] libavcodec/mips/hpeldsp_mips.h
    • [DH] libavcodec/mips/hpeldsp_mmi.c
  • avcodec/mips/mpegvideo_mmi : Version 2 of the optimizations for loongson mmi

    17 mai 2016, par Zhou Xiaoyong
    avcodec/mips/mpegvideo_mmi : Version 2 of the optimizations for loongson mmi
    

    1. no longer use the register names directly and optimized code format
    2. to be compatible with O32, specify type of address variable with mips_reg and handle the address variable with PTR_ operator

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/mpegvideo_mmi.c