Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (111)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • configure : check and use -Wempty-body

    4 avril 2014, par James Darnley
    configure : check and use -Wempty-body
    

    Would have shown the trailing semi-colon in lavu/log.c that broke detection of
    256 colour capable terminals.

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

    • [DH] configure
  • Merge commit ’21962261c74aed4df00ae8348a5e2d1ecb67c52d’

    12 mars 2017, par Mark Thompson
    Merge commit ’21962261c74aed4df00ae8348a5e2d1ecb67c52d’
    

    * commit ’21962261c74aed4df00ae8348a5e2d1ecb67c52d’ :
    qsv : handle the semi-packed formats in map_fourcc as well

    Merged-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/qsv.c
  • avcodec/mpegvideo_enc : Don't use unnecessarily much stack

    25 mars, par Andreas Rheinhardt
    avcodec/mpegvideo_enc : Don't use unnecessarily much stack
    

    encode_thread() puts two MPVEncContexts (2*6516B here)
    on the stack and zeroes one of them in order to
    temporarily store the variables that get changed
    during encoding a macroblock (when there is more than
    one candidate type for a macroblock). This is wasteful
    and therefore this commit adds a small (328B here) structure
    to store exactly the fields that actually need to be backed
    up. Then one can extend MPVEncContext without fearing
    too use up to much stack.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpegvideo_enc.c