Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (7)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • 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 (3971)

  • avcodec/utils : Fix leak by dereferencing audio frame when side data causes whole...

    6 mai 2013, par Matt Wolenetz
    avcodec/utils : Fix leak by dereferencing audio frame when side data causes whole frame skip
    

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

    • [DH] libavcodec/utils.c
  • Revision 3f4e80634b : Create common vp9_encode_sb{,y} Creates a common encode (subtract, transform, q

    30 avril 2013, par John Koleszar

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


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encodemb.h


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_quantize.h



    Create common vp9_encode_sb,y

    Creates a common encode (subtract, transform, quantize, optimize,
    inverse transform, reconstruct) function for all sb sizes, including
    the old 16x16 path.

    Change-Id : I964dff1ea7a0a5c378046a069ad83495f54df007

  • Revision 3f6c6ffc86 : Adding vp9_get_qindex function. Moving common code from encoder and decoder to

    30 avril 2013, par Dmitry Kovalev

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


     Modify /vp9/common/vp9_quant_common.c


     Modify /vp9/common/vp9_quant_common.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_quantize.c



    Adding vp9_get_qindex function.

    Moving common code from encoder and decoder to vp9_get_qindex function.
    Also moving quant-related constants from vp9_onyxc_int.h to
    vp9_quant_common.h.

    Change-Id : I70c5bfbaa1c8bf00fde0bfc459d077f88b6d46c8