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

  • apetag : account for header size if present when returning the start position

    10 février 2017, par James Almer
    apetag: account for header size if present when returning the start position
    
    The size field in the header/footer accounts for the entire APE tag
    structure except the 32 bytes from header, for compatibility with
    APEv1.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    CC: libav-stable@libav.org
    
    Signed-off-by: Anton Khirnov <anton@khirnov.net>
    
    • [DBH] libavformat/apetag.c
  • apetag : fix flag value to signal footer presence

    10 février 2017, par James Almer
    apetag: fix flag value to signal footer presence
    
    According to the spec[1], a value of 0 means the footer is present and a value
    of 1 means it's absent, the exact opposite of header presence flag where 1
    means present and 0 absent.
    The reason for this is compatibility with APEv1 tags, where there's no header,
    footer presence was mandatory for all files, and the flags field was a zeroed
    reserved field.
    
    [1] http://wiki.hydrogenaud.io/index.php?title=Ape_Tags_Flags
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    CC: libav-stable@libav.org
    
    Signed-off-by: Anton Khirnov <anton@khirnov.net>
    
    • [DBH] libavformat/apetag.c
  • mkv : Export bounds and padding from spherical metadata

    10 février 2017, par Vittorio Giovara
    mkv: Export bounds and padding from spherical metadata
    
    Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
    
    • [DBH] libavformat/matroskadec.c
    • [DBH] libavformat/version.h
  • mov : Export bounds and padding from spherical metadata

    10 février 2017, par Vittorio Giovara
    mov: Export bounds and padding from spherical metadata
    
    Update the fate test as needed.
    
    Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
    
    • [DBH] libavformat/mov.c
    • [DBH] libavformat/version.h
    • [DBH] tests/fate/mov.mak
    • [DBH] tests/ref/fate/mov-spherical
  • configure : Move up the avbuild directory creation

    10 février 2017, par Luca Barbato
    configure: Move up the avbuild directory creation
    
    The early check for inconsistent in-source vs out-of-source build
    cannot generate a config.log otherwise.
    
    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
    
    • [DBH] configure