Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (106)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (13726)

  • replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*

    15 mai 2013, par Michael Niedermayer
    replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*
    

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

    • [DH] libavcodec/dpxenc.c
    • [DH] libavcodec/imgconvert.c
    • [DH] libavcodec/utils.c
    • [DH] libavdevice/lavfi.c
    • [DH] libavfilter/drawutils.c
    • [DH] libavfilter/formats.c
    • [DH] libavfilter/vf_extractplanes.c
    • [DH] libavfilter/vf_fade.c
    • [DH] libavfilter/vf_hflip.c
    • [DH] libavfilter/vf_il.c
    • [DH] libavfilter/vf_kerndeint.c
    • [DH] libavfilter/vf_noise.c
    • [DH] libavfilter/vf_swapuv.c
    • [DH] libavfilter/vf_telecine.c
    • [DH] libavfilter/vf_transpose.c
    • [DH] libavformat/img2enc.c
    • [DH] libavutil/imgutils.c
    • [DH] libavutil/pixdesc.c
    • [DH] libswscale/output.c
    • [DH] libswscale/swscale.c
    • [DH] libswscale/swscale_internal.h
    • [DH] tools/fourcc2pixfmt.c
  • Revision 3819f11b28 : Use b_width_log2_ in partition type parse Replace mi_width/height_log2 with b_w

    16 mai 2013, par Jingning Han

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



    Use b_width_log2_ in partition type parse

    Replace mi_width/height_log2 with b_width/height_log2 in partition
    type parsing at bit-stream writing stage. This allows parsing
    resolution at 4x4 block level and makes the 4x4/4x8/8x4 partition
    coding consistent with other superblock types.

    Change-Id : I7db3617ea042e0db2dc898999b0c323bff91a22f

  • Revision 6f0c8e82c0 : Merge "Replace default counts with default probs." into experimental

    17 mai 2013, par Paul Wilkins

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



    Merge "Replace default counts with default probs." into experimental