Recherche avancée

Médias (91)

Autres articles (48)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (6226)

  • Revision 180cd5faa5 : General code cleanup. Removing redundant code, lower case variable names, bette

    27 mars 2013, par Dmitry Kovalev

    Changed Paths : Modify /vp9/common/vp9_entropymv.c Modify /vp9/common/vp9_extend.c Modify /vp9/common/vp9_extend.h Modify /vp9/common/vp9_postproc.c Modify /vp9/common/vp9_postproc.h Modify /vp9/decoder/vp9_dboolhuff.h Modify /vp9/decoder/vp9_onyxd_if.c (...)

  • Revision c667593e1e : Merge changes from topic 'fix-vp9-bitstream-test' * changes : vp9_encoder_parm

    16 septembre 2015, par James Zern

    Changed Paths :
     Modify /vp10/encoder/encoder.c


     Modify /vp10/vp10_dx_iface.c


     Modify /vp9/encoder/vp9_encoder.c



    Merge changes from topic ’fix-vp9-bitstream-test’

    * changes :
    vp9_encoder_parms_get_to_decoder : cosmetics
    vp9...parms_get_to_decoder : remove unneeded func
    vp9...parms_get_to_decoder : fix EXPECT param order
    vp9_encoder_parms_get_to_decoder : delete dead code
    fix BitstreamParms test
    vp9_encoder_parms_get_to_decoder : remove vp10
    yuvconfig2image() : add explicit cast to avoid conv warning
    vp9/10 decoder_init : add missing alloc cast
    vp9/10 : set color_space on preview frame
    vp10 : add extern "C" to headers
    vp9 : add extern "C" to headers

  • tcp : Explicitly convert a pointer to a boolean integer

    9 septembre 2013, par Martin Storsjö
    tcp : Explicitly convert a pointer to a boolean integer
    

    This fixes warnings about making integers from pointers without
    a cast, and avoids the theoretical case where the lower 32 bits of
    the pointer would all be zero where the implicit cast wouldn’t give
    the right result.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/tcp.c