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

  • examples : Use new API for transcoding example

    27 février 2018, par Andreas Unterweger
    examples: Use new API for transcoding example
    
    Signed-off-by: Diego Biurrun <diego@biurrun.de>
    
    • [DBH] doc/examples/transcode_aac.c
  • hvcc : zero initialize the nal buffers past the last written byte

    23 février 2018, par James Almer
    hvcc: zero initialize the nal buffers past the last written byte
    
    Bug-Id: 1116
    Cc: libav-stable@libav.org
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DBH] libavformat/hevc.c
  • configure : Pass the right machine types to dlltool for arm and arm64 mingw

    16 février 2018, par Martin Storsjö
    configure: Pass the right machine types to dlltool for arm and arm64 mingw
    
    These are supported by llvm-dlltool.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] configure
  • Revert "configure : Stop using dlltool to create an import library"

    16 février 2018, par Martin Storsjö
    Revert "configure: Stop using dlltool to create an import library"
    
    This reverts commit 67c72f08a4707c18a67a4734660e3a23cc9488b6.
    
    While the linker produced import libraries might work with MSVC in
    simple test cases, they don't if e.g. linking to multiple GNU ld
    produced import libraries at the same time. (They end up importing
    functions from the wrong libraries.) The ones produced by dlltool
    work fine though.
    
    This issue was pointed out by Hendrik Leppkes.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>
    
    • [DBH] configure
  • hls : Add a discontinuity marker on recover

    16 février 2018, par Luca Barbato
    hls: Add a discontinuity marker on recover
    
    It seems to improve the compatibility with the js demuxers.
    
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] libavformat/hlsenc.c