Recherche avancée

Médias (91)

Autres articles (19)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (4340)

  • ffmpeg, how to allocate an array of int64_t ?

    16 janvier 2018, par siods333333

    I need to create an array of int64_t, continuously add to it, and expand it if I run out of space in it. Which functions should I use ? https://ffmpeg.org/doxygen/trunk/group__lavu__mem__funcs.html

    I expect it to contain 20-100 entries. Alignment doesn’t matter. No need to fill with zeroes, I’ll just store size separately.

    I’ll probably use malloc instead of av_malloc, I don’t care. I don’t get the difference.

  • avcodec/wmv2dec : Zero mb_type array for I pictures

    9 août 2022, par Andreas Rheinhardt
    avcodec/wmv2dec : Zero mb_type array for I pictures
    

    Up until now, ff_wmv2_decode_secondary_picture_header() only
    set the mb_type array for non I-pictures, so that the decoding
    process uses the earlier values of this array ; this affects
    the output of the wmv8-x8intra FATE-test (which this patch
    therefore updates). These earlier values were set when decoding
    earlier frames or when the buffer was initially zero-allocated.
    A consequence of this is that the output of this test would be
    random if ff_find_unused_picture() would select the unused picture
    to return at random. Furthermore decoding from a keyframe onwards
    depends upon the earlier state of the decoder.

    This patch therefore zeroes said array when decoding an I picture.

    (It is not claimed that zero is the right value to fill the array with.
    I just don't know.)

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/wmv2dec.c
    • [DH] tests/ref/fate/wmv8-x8intra
  • Revision 6313 : Amélioration du code... on passe les $where en array

    6 février 2012, par kent1 — Log

    Amélioration du code... on passe les $where en array