Changeset 90411b33 in ffmpeg

Timestamp:
Dec 8, 2014, 1:29:33 PM (10 years ago)
Author:
Vittorio Giovara <vittorio.giovara@gmail.com>
Branches:
master
Children:
879ea06b, d0b22405
Parents:
4843a9c7
git-author:
Joakim Plate <elupus@ecce.se> (12/05/14 03:06:50)
git-committer:
Vittorio Giovara <vittorio.giovara@gmail.com> (12/08/14 13:29:33)
Message:

Allow reading of growing avi files (currently being written)

This uses the RIFF header stored size to figure out the expected AVI
file size, instead of the actual file. To work fully it requires handling
failed avio_seek() instead of assuming they always succeed.

Some fate file has been cut off and contains half a frame at the end which
previously was not output during demuxing. This frame is now output to
encoder, thus the fate diff update.

Bug-Id: 261
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.