Recherche avancée

Médias (91)

Autres articles (104)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (7014)

  • truehd_core : Use byte offsets instead of bit offsets

    6 juillet 2019, par Andreas Rheinhardt
    truehd_core : Use byte offsets instead of bit offsets
    

    Words of 16 bit are the unit for TrueHD's size and offset fields ;
    in particular the sizes of the high-level structures of TrueHD are
    always a multiple of a byte ; yet truehd_core unnecessarily used
    bit offsets at several places. This has been changed.

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

    • [DH] libavcodec/truehd_core_bsf.c
  • avcodec/cllc : Check prefix

    9 mai 2017, par Michael Niedermayer
    avcodec/cllc : Check prefix
    

    Fixes : runtime error : left shift of 1610706944 by 1 places cannot be represented in type 'int'
    Fixes : 1421/clusterfuzz-testcase-minimized-6239947507892224

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

    • [DH] libavcodec/cllc.c
  • avcodec/hevc/ps : use unsigned shift

    16 août 2024, par Michael Niedermayer
    avcodec/hevc/ps : use unsigned shift
    

    Fixes : left shift of 1 by 31 places cannot be represented in type 'int'
    Fixes : 70726/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-6149928703819776

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

    • [DH] libavcodec/hevc/ps.c