Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (52)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

Sur d’autres sites (8142)

  • ffplay : toggle full screen when double-clicking the video window with the left mouse...

    19 janvier 2016, par Vittorio Gambaletta (VittGam)
    ffplay : toggle full screen when double-clicking the video window with the left mouse button
    

    Now that the seek only happens with the right mouse button, it makes
    sense to toggle full screen when double-clicking with the left mouse
    button, like other video players do.

    Signed-off-by : Vittorio Gambaletta <ffmpeg-dev@vittgam.net>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] Changelog
    • [DH] ffplay.c
  • diracdec : fix full range videos

    22 janvier 2016, par Rostislav Pehlivanov
    diracdec : fix full range videos
    

    Full range video had been broken by the introduction of the < 2U check
    at the following line. The bitstream format kind of implies that the full
    and limited ranges use different pix_fmts but that’s incorrect since we
    have the avctx->color_range flag. So adjust the pixel range index to
    be mapped to the same pix_fmts as limited range index.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/dirac.c
  • configure : fall back to using full path if src is a directory

    26 janvier 2016, par Andreas Cadhalpun
    configure : fall back to using full path if src is a directory
    

    Or when building in-tree.
    Also don’t try to remove src on distclean in these cases.

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] Makefile
    • [DH] configure