Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (23)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (5475)

  • Legal issues in shipping apps based on Electron framework (libffmpeg)

    21 juin 2021, par Manmohan Singh

    We're in the process of building and deploying a desktop based app on electron v 12.0.7. It'll be a (free) commercial software deployed to 2-3M users worldwide.
Recently our legal team enquired about the proprietary codecs bundled with chromium and I thought the best way to confirm this would be to reach out here.

    


    So, here're specific things that I need help with :

    


      

    1. Are we shipping chromium with proprietary codecs ? If yes, what are potentially contentious codecs that come by default in chromium bundled with electron v 12.0.7 ?

      


    2. 


    3. Is there any documentation around how the electron team builds chromium (with what flags) ?

      


    4. 


    5. Is the default libffmpeg.dylib/dll bundled with electron building ffmpeg with support for things like H.264 and MP3 codecs ?

      


    6. 


    7. I noticed there are libffmpeg binaries available with each electron build, e.g. https://github.com/electron/electron/releases/download/v12.0.7/ffmpeg-v12.0.7-darwin-arm64.zip . What's the purpose of this binary ?

      


    8. 


    


    Any help would be appreciated.

    


  • avformat/dtsdec : Extend DTS core sync word

    28 avril 2015, par foo86
    avformat/dtsdec : Extend DTS core sync word
    

    Check extended sync word for 16-bit LE and BE core streams to reduce
    probability of alias sync detection. Previously sync word extension was
    checked only for 14-bit streams.

    This follows up the similar change in avcodec/dca_parser.

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

    • [DH] libavformat/dtsdec.c
  • avcodec/ffv1dec : Blow up if user asks for explosion

    24 septembre 2024, par Michael Niedermayer
    avcodec/ffv1dec : Blow up if user asks for explosion
    

    Fixes : Ticket8403

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1dec.c