Recherche avancée

Médias (91)

Autres articles (41)

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

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

Sur d’autres sites (6508)

  • Revision 37e6fd3d76 : Adding video reader/writer APIs. Right now only IVF format is supported which i

    6 février 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /examples.mk


     Modify /examples/decode_to_md5.c


     Modify /examples/decode_with_drops.c


     Modify /examples/postproc.c


     Modify /examples/simple_decoder.c


     Modify /examples/simple_encoder.c


     Modify /ivfdec.c


     Modify /ivfdec.h


     Add /video_common.h


     Add /video_reader.c


     Add /video_reader.h


     Add /video_writer.c


     Add /video_writer.h



    Adding video reader/writer APIs.

    Right now only IVF format is supported which is enough for example code.
    Other formats like y4m, webm, raw yuv will be supported later.

    Change-Id : I34c6f20731c1851947587ca5c589d7856b675164

  • avcodec/h264_cabac : disable the unchecked bitstream reader for arm & aarch64

    15 mars 2014, par Michael Niedermayer
    avcodec/h264_cabac : disable the unchecked bitstream reader for arm & aarch64
    

    The newly added optimizations do not work with the unchecked reader

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

    • [DH] libavcodec/h264_cabac.c
  • avcodec/arm/cabac : fix inline cabac reader with the UNCHECKED bitstream reader

    15 mars 2014, par Michael Niedermayer
    avcodec/arm/cabac : fix inline cabac reader with the UNCHECKED bitstream reader
    

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

    • [DH] libavcodec/arm/cabac.h
    • [DH] libavcodec/h264_cabac.c