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)

  • Revision acf0d56f0b : Get rid of "this_mi", use "mi_8x8[0]" everywhere instead The only case where th

    10 octobre 2013, par Guillaume Martres

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


     Modify /vp9/common/vp9_findnearmv.c


     Modify /vp9/common/vp9_pred_common.c


     Modify /vp9/common/vp9_pred_common.h


     Modify /vp9/common/vp9_reconinter.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/decoder/vp9_onyxd_if.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_mbgraph.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_segmentation.c


     Modify /vp9/encoder/vp9_tokenize.c



    Get rid of "this_mi", use "mi_8x8[0]" everywhere instead

    The only case where they were intentionally pointing to different
    structures was in mbgraph, and this didn't have the expected behavior
    because both of these pointers are used interchangeably through the code

    Change-Id : I979251782f90885fe962305bcc845bc05907f80c

  • avcodec/msvideo1 : Fix palette in case of seek before decode

    28 février 2014, par Michael Niedermayer
    avcodec/msvideo1 : Fix palette in case of seek before decode
    

    Fixes Ticket3212

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

    • [DH] libavcodec/msvideo1.c
  • h264_parser : Fix POC parsing for the case where MMCO_RESET is absent.

    16 septembre 2013, par Yusuke Nakamura
    h264_parser : Fix POC parsing for the case where MMCO_RESET is absent.
    

    The prev_ values were not set after parsing POC.
    Increase length of the buffer decoded to parse enough safely.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/h264_parser.c