Recherche avancée

Médias (0)

Mot : - Tags -/api

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

Autres articles (81)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

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

Sur d’autres sites (11374)

  • Revision c3809f3de5 : Begin to restrict x86inc.asm usage Chromium does not support 32bit builds for M

    5 août 2013, par Jim Bankoski

    Changed Paths :
     Modify /configure


     Modify /libs.mk


     Modify /test/convolve_test.cc


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/vp9_common.mk



    Begin to restrict x86inc.asm usage

    Chromium does not support 32bit builds for Mac which use x86inc.asm.
    Make the files which include it work if 64bit or not PIC enabled
    starting with vp9_copy_sse2.asm

    Consolidate these targets in vp9_rtcd_defs.sh

    Change-Id : If18f0b957a611efd085a3ee7d245cf1eb91e8248

  • Mp4 pre-loading issue

    31 juillet 2013, par rabotalius

    I'm experiencing an annoying bug with mp4. I decided to decode a large mp4 file(492M) for streaming using ffmpeg, than I injected the file with metadata using qt-faststart

    the problem is, it's pre-loading more than 7MB before starting to play ! while with flv I never had such issue.

    Is it a bug or just the way mp4 works ? also can i do something to minimize the preload ?

  • lavf/matroskaenc : using valid chapter ids

    17 juillet 2013, par Fabian Neundorf
    lavf/matroskaenc : using valid chapter ids
    

    Fixes ticket 2790, by starting the ChapterUIDs in mkv files with 1 instead of a 0.
     

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

    • [DH] libavformat/matroskaenc.c