Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (9752)

  • ffv1 : add a Vulkan-based decoder

    10 mars, par Lynne
    ffv1 : add a Vulkan-based decoder
    

    This patch adds a fully-featured level 3 and 4 decoder for FFv1,
    supporting Golomb and all Range coding variants, all pixel formats,
    and all features, except for the newly added floating-point formats.

    On a 6000 Ada, for 3840x2160 bgr0 content at 50Mbps (standard desktop
    recording), it is able to do 400fps.
    An Alder Lake with 24 threads can barely do 100fps.

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/ffv1dec.c
    • [DH] libavcodec/hwaccels.h
    • [DH] libavcodec/vulkan/Makefile
    • [DH] libavcodec/vulkan/common.comp
    • [DH] libavcodec/vulkan/ffv1_common.comp
    • [DH] libavcodec/vulkan/ffv1_dec.comp
    • [DH] libavcodec/vulkan/ffv1_dec_rct.comp
    • [DH] libavcodec/vulkan/ffv1_dec_setup.comp
    • [DH] libavcodec/vulkan/ffv1_rct.comp
    • [DH] libavcodec/vulkan/ffv1_vlc.comp
    • [DH] libavcodec/vulkan/rangecoder.comp
    • [DH] libavcodec/vulkan_decode.c
    • [DH] libavcodec/vulkan_ffv1.c
  • avformat/icodec : fix integer overflow with nb_pal

    3 novembre 2024, par Michael Niedermayer
    avformat/icodec : fix integer overflow with nb_pal
    

    Fixes : runtime error : signed integer overflow
    Fixes : 42536949/clusterfuzz-testcase-minimized-fuzzer_loadfile-6199846684393472
    Found-by : ossfuzz
    Reported-by : Kacper Michajlow
    Tested-by : Kacper Michajlow
    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/icodec.c
  • avcodec/svq3 : Check for minimum size input

    22 septembre 2024, par Michael Niedermayer
    avcodec/svq3 : Check for minimum size input
    

    Fixes : Timeout
    Fixes : 71295/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SVQ3_fuzzer-4999941125111808

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/svq3.c