git.libav.org Git - libav.git/rss log
Libav master git repository
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 Almerapetag: 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>
-
apetag : fix flag value to signal footer presence
10 février 2017, par James Almerapetag: 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>
-
mkv : Export bounds and padding from spherical metadata
10 février 2017, par Vittorio Giovara -
mov : Export bounds and padding from spherical metadata
10 février 2017, par Vittorio Giovara -
configure : Move up the avbuild directory creation
10 février 2017, par Luca Barbato