Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (83)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8500)

  • 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
  • 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

  • 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