Recherche avancée

Médias (91)

Autres articles (20)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (4749)

  • swscale/x86/rgb2rgb : change cpu optim identifiers to lower case

    19 novembre 2013, par Michael Niedermayer
    swscale/x86/rgb2rgb : change cpu optim identifiers to lower case
    

    This makes the code more similar to the other optims and allows us
    to use the same macros to build function names

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

    • [DH] libswscale/x86/rgb2rgb.c
  • Revision 815189613b : Localizing NEARESTMV special cases in the code. Removing special case handling

    5 novembre 2013, par Dmitry Kovalev

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


     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymv.c


     Modify /vp9/common/vp9_treecoder.c


     Modify /vp9/common/vp9_treecoder.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodemv.c


     Modify /vp9/encoder/vp9_rdopt.c



    Localizing NEARESTMV special cases in the code.

    Removing special case handling from vp9_tree_probs_from_distribution(),
    tree_merge_probs(), and vp9_tokens_from_tree_offset() functions. Replacing
    inter_mode_offset() function with macro INTER_OFFSET which is used now for
    vp9_inter_mode_tree definition.

    Change-Id : Iff75a1499d460beb949ece543389c8754deaf178

  • avcodec/h264_cabac : move the arm unchecked_bitstream reader special case closer to...

    15 mars 2014, par Michael Niedermayer
    avcodec/h264_cabac : move the arm unchecked_bitstream reader special case closer to where the issue is
    

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

    • [DH] libavcodec/h264_cabac.c