git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
aarch64 : Add parentheses around the offset parameter in movrel
16 février 2017, par Martin Storsjö -
vaapi_encode : Discard output buffer if picture submission fails
16 février 2017, par Mark Thompson -
matroskaenc : factor ts_offset into block timecode computation
15 février 2017, par John Stebbinsmatroskaenc: factor ts_offset into block timecode computation ts_offset was added to cluster timecode, but then effectively subtracted back off the block timecode When setting initial_padding for an audio stream, the timestamps are written incorrectly to the mkv file. cluster timecode gets written as pts0 + ts_offset which is correct, but then block timecode gets written as pts - cluster timecode which expanded is pts - (pts0 + ts_offset). Adding cluster and block tc back together: cluster + block = (pts0 + ts_offset) + (pts - (pts0 + ts_offset)) = pts But the result should be pts + ts_offset since demux will subtract the CodecDelay element from pts and set initial_padding to CodecDelay. This patch gives the correct result.
-
h264_sei : Check actual presence of picture timing SEI message
15 février 2017, par Michael Niedermayer -
mov : Validate spherical metadata version
15 février 2017, par Vittorio Giovara