Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (58)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4947)

  • Revision 54ad09586c : Enable chessboard inter prediction filter type search This commit enables a che

    23 juillet 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Enable chessboard inter prediction filter type search

    This commit enables a chessboard pattern prediction filter type
    search scheme for rate-distortion optimization speed-up. For the
    inferred motion vector modes, the encoder can re-use its above/left
    neighbor blocks’ prediction filter type and skip a full test on
    all possible filter types. Such operation is turned on/off
    alternatively in a chessboard manner.

    It is turned on in speed 3. For test clip pedestrian 1080p, the
    runtime is reduced from 231500 ms -> 221700 ms. The compression
    performance is changed :
    derf : -0.147%
    yt : -0.134%
    hd : -0.079%
    stdhd : -0.220%

    Change-Id : I1912f278e7576c2dc632688e3ad7a257410c605a

  • lavf : use a fixed width type

    13 janvier 2014, par Anton Khirnov
    lavf : use a fixed width type
    

    It’s shorter and more consistent with the rest of the code.

    • [DH] libavformat/utils.c
  • jpeg2000 : merge mant type from j2k

    27 mai 2013, par Michael Niedermayer
    jpeg2000 : merge mant type from j2k
    

    mant fits in 16bit

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/jpeg2000.h