Cog/Plugins/FFMPEG
Christopher Snowhill fb5193ab62 FFMPEG: Optimize file reader access
Improve handling where FFmpeg may call the provided file reader with
AVSEEK_SIZE repeatedly, when file size is not likely to change between
repeated calls. This prevents repeated seek operations that would
otherwise be required to probe the file size each time.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-02-26 21:20:38 -08:00
..
FFMPEG.xcodeproj Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
FFMPEGContainer.h [FFmpeg] Support files with chapters 2022-06-25 01:35:34 -07:00
FFMPEGContainer.m FFMPEG: Optimize file reader access 2025-02-26 21:20:38 -08:00
FFMPEGDecoder.h FFMPEG: Optimize file reader access 2025-02-26 21:20:38 -08:00
FFMPEGDecoder.m FFMPEG: Optimize file reader access 2025-02-26 21:20:38 -08:00
Info.plist Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00