Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (80)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

Sur d’autres sites (13780)

  • Revision 9922e4344a : Enable Hadamard transform based cost estimate for all block sizes This commit t

    3 avril 2015, par Jingning Han

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



    Enable Hadamard transform based cost estimate for all block sizes

    This commit turns on the Hadamard transform based rate distortion
    estimate for all block sizes in RTC coding mode. It conditionally
    skips the rate distortion estimation if all zero block flag is set
    on. No significant encoding speed change is observed. The
    compression performance of speed -6 is improved by 1.7% over using
    it only for block sizes of 32x32 and below.

    Change-Id : I768145e6f05c737b05b5b5f1ee674e929532cafb

  • avcodec/encode : Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLY

    22 septembre 2021, par Andreas Rheinhardt
    avcodec/encode : Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLY
    

    Currently, the AV_PKT_FLAG_KEY is automatically set for audio encoders ;
    yet this is wrong, as both MLP and TrueHD have non-keyframes. So set it
    based upon AV_CODEC_PROP_INTRA_ONLY (from the corresponding
    AVCodecDescriptor) instead. This also sets it for some video codecs,
    which is intended.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/encode.c
    • [DH] libavcodec/internal.h
  • Event add/remove : use addEventListener based on typeof attachEvent === null (old IE behaviour)

    13 juin 2011, par Scott Schiller

    m demo/360-player/script/360player.js Event add/remove : use addEventListener based on typeof attachEvent === null (old IE behaviour)