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 | Fri Jan 02 15:56:33 -0800 2009 | |
| |
COPYING.GPL | Fri Jan 02 15:56:33 -0800 2009 | |
| |
COPYING.LGPL | Fri Jan 02 15:56:33 -0800 2009 | |
| |
README | Fri Jan 02 16:06:27 -0800 2009 | |
| |
build.sh | Fri Jan 02 15:56:33 -0800 2009 | |
| |
ffmpeg_fas.c | Fri Jan 02 15:56:33 -0800 2009 | |
| |
ffmpeg_fas.def | Fri Jan 02 15:56:33 -0800 2009 | |
| |
ffmpeg_fas.h | Fri Jan 02 15:56:33 -0800 2009 | |
| |
ffmpeg_fas.vcproj | Fri Jan 02 15:56:33 -0800 2009 | |
| |
private_errors.h | Fri Jan 02 15:56:33 -0800 2009 | |
| |
seek_indices.c | Fri Jan 02 15:56:33 -0800 2009 | |
| |
seek_indices.h | Fri Jan 02 15:56:33 -0800 2009 | |
| |
test/ | Fri Jan 02 15:56:33 -0800 2009 |
README
Released under Lesser GNU Public License (LGPL) This is an extension to the ffmpeg video decoding library meant to support a variety of extra functionality in support of video processing applications. The primary additional feature added is the ability to do frame-accurate seeking (by frame number). This is accomplished in a codec/format independant manner using seek tables. It has been built and tested under Linux and Windows. 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 Getting up and running: 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.







