Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (91)

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

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

Sur d’autres sites (14903)

  • Revision b66f7016c1 : Take out repeated block width/height lookup functions The functions b_width_log

    7 octobre 2014, par Jingning Han

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


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_rdopt.c



    Take out repeated block width/height lookup functions

    The functions b_width_log2 and b_height_log2 only do direct
    table fetch. This commit unifies such use cases by using the
    table directly and removes these functions.

    Change-Id : I3103fc6ba959c1182886a2799d21b8b77c8a7b6b

  • lavc/hevcdec : move HEVCContext.bs_{width,height} to HEVCLayerContext

    5 juin 2024, par Anton Khirnov
    lavc/hevcdec : move HEVCContext.bs_width,height to HEVCLayerContext
    
    • [DH] libavcodec/hevc/filter.c
    • [DH] libavcodec/hevc/hevcdec.c
    • [DH] libavcodec/hevc/hevcdec.h
  • mathops/x86 : work around inline asm miscompilation with GCC 4.8.1

    15 juin 2013, par Hendrik Leppkes
    mathops/x86 : work around inline asm miscompilation with GCC 4.8.1
    

    The volatile is not required here, and prevents a miscompilation with GCC
    4.8.1 when building on x86 with —cpu=i686

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavcodec/x86/mathops.h