Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (75)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (10654)

  • avformat/utils : avformat_find_stream_info set value for ret in case of oom

    10 juillet 2013, par Piotr Bandurski
    avformat/utils : avformat_find_stream_info set value for ret in case of oom
    

    without it FFmpeg didn’t display any error message when oom event occured

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

    • [DH] libavformat/utils.c
  • Revision 6c8170af52 : b_width_log2 and b_height_log2 lookups Replace case statement with lookup.

    10 juillet 2013, par Jim Bankoski

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Add /vp9/common/vp9_common_data.c


     Add /vp9/common/vp9_common_data.h


     Modify /vp9/vp9_common.mk



    b_width_log2 and b_height_log2 lookups

    Replace case statement with lookup.
    Small speed gain at low speed settings but at speed 2+ where the
    number of motion searches etc. falls the impact rises to 3-4%.

    Change-Id : Idff639b7b302ee65e042b7bf836943ac0a06fad8

    Change-Id : I5940719a4a161f8c26ac9a6753f1678494cec644

  • rmdec : fix crash in case of oom

    10 juillet 2013, par Piotr Bandurski
    rmdec : fix crash in case of oom
    

    Fixes ticket #2724

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

    • [DH] libavformat/rmdec.c