Recherche avancée

Médias (91)

Autres articles (88)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (7728)

  • h264 : limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3

    28 novembre 2013, par Anton Khirnov
    h264 : limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3
    

    Higher modes are not allowed for 16x16/chroma, which is what this
    function is used for. Otherwise this function would return 0 (vertical
    prediction) for invalid higher modes, which could result in invalid
    reads.

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC:libav-stable@libav.org

    • [DBH] libavcodec/h264.c
  • Revision 7bea8c59f9 : Rework pred pixel buffer system in non-RD coding mode This commit makes the int

    30 octobre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_pickmode.c



    Rework pred pixel buffer system in non-RD coding mode

    This commit makes the inter prediction buffer system to support
    hybrid partition search. It reduces the runtime of speed -5 by
    about 3%. No compression performance change.

    vidyo1 720p 1000 kbps
    11831 ms -> 11497 ms

    nik 720p 1000 kbps
    10919 ms -> 10645 ms

    Change-Id : I5b2da747c6395c253cd074d3907f5402e1840c36

  • Revision f0b065e946 : Merge "Make the use of pred buffers consistent in MB/SB" into experimental

    19 avril 2013, par Jingning Han

    Changed Paths : Modify /vp9/common/vp9_blockd.h Modify /vp9/decoder/vp9_decodframe.c Modify /vp9/encoder/vp9_encodeframe.c Modify /vp9/encoder/vp9_encodemb.c Modify /vp9/encoder/vp9_rdopt.c Merge "Make the use of pred buffers consistent in MB/SB" into (...)