Recherche avancée

Médias (91)

Autres articles (61)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (5130)

  • avcodec/audiotoolboxdec : Properly fill out_format

    31 décembre 2021, par Christopher Snowhill
    avcodec/audiotoolboxdec : Properly fill out_format
    

    Monterey needs mBytesPerFrame and mBytesPerPacket to be set, and I'm
    surprised this didn't break any previous system versions.

    Fixes bug #9564 : Cannot decode xHE-AAC with audiotoolbox (aac_at) on
    Mac OS Monterey. Fixes likely bug that none of the AudioToolbox
    decoders work on Monterey.

    Signed-off-by : Christopher Snowhill <kode54@gmail.com>

    • [DH] libavcodec/audiotoolboxdec.c
  • vulkan_h264 : fill correct ScalingList8x8 entries

    1er août 2023, par Benjamin Cheng
    vulkan_h264 : fill correct ScalingList8x8 entries
    

    The Vulkan spec wants ScalingList8x8 as defined by ITU spec, which is in
    a different order from how ffmpeg parses it.

    • [DH] libavcodec/vulkan_h264.c
  • rpl : Dont fill the index with entries that failed to be parsed

    19 décembre 2013, par Michael Niedermayer
    rpl : Dont fill the index with entries that failed to be parsed
    

    Fixes use of uninitialized memory
    Fixes : msan_uninit-mem_7fd10a199a3c_6204_landing.rpl
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/rpl.c