Recherche avancée

Médias (3)

Mot : - Tags -/collection

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.

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (12864)

  • avcodec/libvpxenc : Cleanup on error

    16 juin 2024, par Michael Niedermayer
    avcodec/libvpxenc : Cleanup on error
    

    This or fifo needs to be freed on errors explicitly

    Fixes : memleak
    Fixes : 68937/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_LIBVPX_VP8_fuzzer-4830831016214528

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : James Zern <jzern@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/libvpxenc.c
  • Ffmpeg fails to encode mp2.mxf "failed to find absolute offset of xxxxxx in BodySID 1 - partial file ?"

    1er novembre 2018, par livio

    I have a lot of audio file Op1 Atom From Avid Interplay.
    They are Mxf with codec mpeg1 layer2. ffprobe show MP2
    This is the link :
    https://drive.google.com/open?id=1XB_marJHwHDbK-KJfLcPj6ryQjyIwjo0
    when I try to convert it ffmpeg convert only first 16 minuts and then goes wrong with : "failed to find absolute offset of xxxxxx in BodySID 1 - partial file ?" This for all file.
    Only potplayer (that use ffmpeg) can play it in whole duration, 2h
    I need encode the whole audio stream
    Any help is appreciated

  • src/libFACL/stream_decoder.c : Fail safely to avoid a heap overflow.

    20 novembre 2014, par Erik de Castro Lopo
    src/libFACL/stream_decoder.c : Fail safely to avoid a heap overflow.
    

    A file provided by the reporters caused the stream decoder to write to
    un-allocated heap space resulting in a segfault. The solution is to
    error out (by returning false from read_residual_partitioned_rice_())
    instead of trying to continue to decode.

    Fixes : CVE-2014-9028
    Reported-by : Michele Spagnuolo,
    Google Security Team <mikispag@google.com>

    • [DH] src/libFLAC/stream_decoder.c