Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (78)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 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 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8418)

  • Revision f70330a906 : fix a bug when null function pointer is used. For certain partition size, the f

    20 août 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_mcomp.c



    fix a bug when null function pointer is used.

    For certain partition size, the function poniter may not be intialized
    at all. The patch prevent the call if the pointer is not set.

    Change-Id : I78b8c3992b639e8799a16b3c74f0973d07b8b9ac

  • Revision 94bfbaa84e : Initialize mb_skip_coeff before picking modes It appears that the above/left mb

    22 août 2013, par Scott LaVarnway

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Initialize mb_skip_coeff before picking modes

    It appears that the above/left mb_skip_coeff used during
    the pick modes, is left over from the previously
    encode frame. This patch initializes the flag to the default
    value of zero.

    Change-Id : Ida4684cc99611d6e3e82628db35ed717e28ce550

  • Windows Unicode support

    11 août 2013, par Henrik Gramner
    Windows Unicode support
    

    Windows, unlike most other operating systems, uses UTF-16 for Unicode strings while x264 is designed for UTF-8.

    This patch does the following in order to handle things like Unicode filenames :
    * Keep strings internally as UTF-8.
    * Retrieve the CLI command line as UTF-16 and convert it to UTF-8.
    * Always use Unicode versions of Windows API functions and convert strings to UTF-16 when calling them.
    * Attempt to use legacy 8.3 short filenames for external libraries without Unicode support.

    • [DH] common/common.c
    • [DH] common/opencl.c
    • [DH] common/osdep.c
    • [DH] common/osdep.h
    • [DH] common/win32thread.c
    • [DH] common/win32thread.h
    • [DH] configure
    • [DH] encoder/encoder.c
    • [DH] encoder/ratecontrol.c
    • [DH] input/avs.c
    • [DH] input/ffms.c
    • [DH] input/raw.c
    • [DH] input/timecode.c
    • [DH] input/y4m.c
    • [DH] output/flv_bytestream.c
    • [DH] output/matroska_ebml.c
    • [DH] output/mp4.c
    • [DH] output/raw.c
    • [DH] x264.c
    • [DH] x264.h
    • [DH] x264cli.h
    • [DH] x264res.rc