git.libav.org Git - libav.git/rss log

Libav master git repository

http://git.libav.org/?p=libav.git;a=summary

Les articles publiés sur le site

  • av1 : Add codec_id and basic demuxing support

    24 juillet 2016, par Luca Barbato
    av1: Add codec_id and basic demuxing support
    
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavformat/matroska.c
    • [DBH] libavformat/riff.c
  • vpx : Support color range

    22 juillet 2016, par Luca Barbato
    vpx: Support color range
    
    The range field has been introduced in version 1.6.0
    
    • [DBH] libavcodec/libvpxdec.c
    • [DBH] libavcodec/libvpxenc.c
  • configure : Allow detecting and using LLVM lld-link as linker for windows

    22 juillet 2016, par Martin Storsjö
    configure: Allow detecting and using LLVM lld-link as linker for windows
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] configure
  • Revert "avprobe : Zero the allocated avio buffer memory"

    21 juillet 2016, par Vittorio Giovara
    Revert "avprobe: Zero the allocated avio buffer memory"
    
    This reverts commit 0e0538aefc75958ded49f5d075c99a81cf6b2bbb.
    
    The valgrind warning was a false positive due to OSX implementation of
    printf (invoking a strnlen), while this code is actually fine, since the
    format specifier %.*s guarantes that no more than buf_size bytes from
    buf will be read.
    
    Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
    
    • [DBH] avprobe.c
  • checkasm : add HEVC test for testing IDCT DC

    21 juillet 2016, par Alexandra Hájková
    checkasm: add HEVC test for testing IDCT DC
    
    Signed-off-by: Anton Khirnov <anton@khirnov.net>
    
    • [DBH] tests/checkasm/Makefile
    • [DBH] tests/checkasm/checkasm.c
    • [DBH] tests/checkasm/checkasm.h
    • [DBH] tests/checkasm/hevc_idct.c