Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (84)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (6636)

  • Revision 8ba92a0bed : changes intra coding to be based on txfm block This commit changed the encoding

    17 mai 2013, par Yaowu Xu

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


     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/common/vp9_reconintra.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/decoder/vp9_onyxd_if.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodeintra.h


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_onyx_if.c



    changes intra coding to be based on txfm block

    This commit changed the encoding and decoding of intra blocks to be
    based on transform block. In each prediction block, the intra coding
    iterates thorough each transform block based on raster scan order.

    This commit also fixed a bug in D135 prediction code.

    TODO next :
    The RD mode/txfm_size selection should take this into account when
    computing RD values.

    Change-Id : I6d1be2faa4c4948a52e830b6a9a84a6b2b6850f6

  • How to pass VP8 encoder option programmatically in ffmpeg based program

    28 juin 2016, par ivan.ukr

    I am building a program using ffmpeg libraries based on the standard ffmpeg transcoder example. My aim is to build video transcoder which encodes any suitable video (i.e. which ffmpeg can read) into WEBM format. The question is how do I pass options to VP8 encoder to control output video quality and other parameters ? I mean passing these option via C++ code.

  • Revision 2c0f13e8d6 : Cleaned up the AMF serializer/deserializer by using a callback-based mechanism t

    18 février 2008, par Marc Noirot

    Changed Paths :
     Modify /ChangeLog


     Modify /amf.c


     Modify /amf.h


     Modify /flvdump.c


     Modify /flvmeta.c



    Cleaned up the AMF serializer/deserializer by using a callback-based mechanism
    to make the code backend-independant (backported from the trunk).