Recherche avancée

Médias (91)

Autres articles (68)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (6292)

  • lavf : move internal fields from public to internal context

    6 février 2015, par wm4
    lavf : move internal fields from public to internal context
    

    This is not an API change ; the fields were explicitly declared private
    before.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavformat/asfdec.c
    • [DH] libavformat/avformat.h
    • [DH] libavformat/dv.c
    • [DH] libavformat/internal.h
    • [DH] libavformat/mtv.c
    • [DH] libavformat/mux.c
    • [DH] libavformat/mxfenc.c
    • [DH] libavformat/nutdec.c
    • [DH] libavformat/oggdec.c
    • [DH] libavformat/options.c
    • [DH] libavformat/pcm.c
    • [DH] libavformat/r3d.c
    • [DH] libavformat/utils.c
    • [DH] libavformat/vqf.c
    • [DH] libavformat/yop.c
  • x86 : Remove X264_CPU_SSE_MISALIGN functions

    5 juillet 2013, par Henrik Gramner
    x86 : Remove X264_CPU_SSE_MISALIGN functions
    

    Prevents a crash if the misaligned exception mask bit is cleared for some reason.

    Misaligned SSE functions are only used on AMD Phenom CPUs and the benefit is miniscule.
    They also require modifying the MXCSR control register and by removing those functions
    we can get rid of that complexity altogether.

    VEX-encoded instructions also supports unaligned memory operands. I tried adding AVX
    implementations of all removed functions but there were no performance improvements on
    Ivy Bridge. pixel_sad_x3 and pixel_sad_x4 had significant code size reductions though
    so I kept them and added some minor cosmetics fixes and tweaks.

    • [DH] common/cpu.c
    • [DH] common/cpu.h
    • [DH] common/pixel.c
    • [DH] common/x86/cpu-a.asm
    • [DH] common/x86/mc-a.asm
    • [DH] common/x86/mc-a2.asm
    • [DH] common/x86/mc-c.c
    • [DH] common/x86/pixel.h
    • [DH] common/x86/sad-a.asm
    • [DH] common/x86/x86inc.asm
    • [DH] encoder/encoder.c
    • [DH] encoder/lookahead.c
    • [DH] tools/checkasm.c
    • [DH] x264.h
  • avformat : split off generic NAL function helpers into their own file

    16 juin 2024, par James Almer
    avformat : split off generic NAL function helpers into their own file
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/Makefile
    • [DH] libavformat/avc.c
    • [DH] libavformat/avc.h
    • [DH] libavformat/flvenc.c
    • [DH] libavformat/hevc.c
    • [DH] libavformat/hlsenc.c
    • [DH] libavformat/matroskaenc.c
    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenccenc.c
    • [DH] libavformat/mxfenc.c
    • [DH] libavformat/nal.c
    • [DH] libavformat/nal.h
    • [DH] libavformat/rtpenc_h264_hevc.c
    • [DH] libavformat/sdp.c
    • [DH] libavformat/vvc.c