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

  • checkasm/arm : preserve the stack alignment checkasm_checked_call

    12 juillet 2016, par Janne Grunau
    checkasm/arm: preserve the stack alignment checkasm_checked_call
    
    The stack used by checkasm_checked_call_vfp was a multiple of 4 when the
    checked function is called. AAPCS requires a double word (8 byte)
    aligned stack public interfaces. Since both calls are public interfaces
    the stack is misaligned when the checked is called.
    
    Might fix the SIGBUS error in the armv7-linux-clang-3.7 fate config.
    
    • [DBH] tests/checkasm/arm/checkasm.S
  • checkasm : vp8.mc : initialize the full src buffer after ec32574209f

    12 juillet 2016, par Janne Grunau
    checkasm: vp8.mc: initialize the full src buffer after ec32574209f
    
    Fixes "Use of uninitialised value" valgrind warnings in checkasm.
    
    • [DBH] tests/checkasm/vp8dsp.c
  • fate : Add a mixed NAL coding sample

    11 juillet 2016, par Vittorio Giovara
    fate: Add a mixed NAL coding sample
    
    See 17c99b6158f2c6720af74e81ee727ee50d2e7e96.
    
    Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
    
    • [DBH] tests/fate/h264.mak
    • [DBH] tests/ref/fate/h264-mixed-nal-coding
  • fate : Restore order of h264 entries

    11 juillet 2016, par Vittorio Giovara
    fate: Restore order of h264 entries
    
    • [DBH] tests/fate/h264.mak
  • checkasm/arm : align the clobber check data properly for ldrd

    10 juillet 2016, par Janne Grunau
    checkasm/arm: align the clobber check data properly for ldrd
    
    Should fix the SIGBUS in the armv7-linux-clang-3.7 fate target.
    
    • [DBH] tests/checkasm/arm/checkasm.S