This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
COPYING.GPL | ||
| |
COPYING.LGPL | ||
| |
README | ||
| |
build.sh | ||
| |
ffmpeg_fas.c | ||
| |
ffmpeg_fas.def | ||
| |
ffmpeg_fas.h | ||
| |
ffmpeg_fas.vcproj | ||
| |
private_errors.h | ||
| |
seek_indices.c | ||
| |
seek_indices.h | ||
| |
test/ |
README
The frame-accurate seek library extension to ffmpeg requires ffmpeg. Getting the most recent version of ffmpeg and building it from source is recommended: svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg The test/example build script requires ffmpeg be checked out (or symlinked) and built (./configure ; make) from the base directory. Features: 1) Simplified interface for video processing 2) Frame-accurate seeking using a seek-table 3) Online creation of a seek-table through normal decoding 4) Saving and loading of seek-tables.








