Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (67)

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

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (5453)

  • fftools/ffmpeg_enc : Don't call frame_data twice

    22 mars 2024, par Andreas Rheinhardt
    fftools/ffmpeg_enc : Don't call frame_data twice
    

    Reviewed-by : Jan Ekström <jeebjp@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffmpeg_enc.c
  • Revision 59dc4e9cdd : vp9_convolve8_neon placeholder Call the individually optimized horizontal and v

    16 juillet 2013, par Johann

    Changed Paths :
     Modify /test/convolve_test.cc


     Add /vp9/common/arm/neon/vp9_convolve_neon.c


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/vp9_common.mk



    vp9_convolve8_neon placeholder

    Call the individually optimized horizontal and vertical functions. This
    implementation abuses the temp buffer.

    This will be replaced with a custom optimized function.

    Over 2x speedup.

    Change-Id : I5b908d2a73d264e9810d6022bbff73207a3055dd

  • Revision a82c58c40f : Change vp8_intra4x4_predict call sites Use the _d variant from the decoder. It

    31 juillet 2012, par Johann

    Changed Paths : Modify /vp8/common/arm/armv6/intra4x4_predict_v6.asm Modify /vp8/encoder/encodeintra.c Modify /vp8/encoder/pickinter.c Modify /vp8/encoder/rdopt.c Change vp8_intra4x4_predict call sites Use the _d variant from the decoder. It moves the pointer calculations to the caller. (...)