mchinen
c4f1a52413
OD FFmpeg: fix a bug with demand seeking by using a safer seek test
2012-06-01 06:11:49 +00:00
mchinen
1fb7a1dcee
OD FFmpeg: do not attempt to correct stream lag unless a seek was demanded by user
2012-06-01 06:11:45 +00:00
mchinen
2aedaaa68d
lazy evaluate for OD ffmpeg seek test
2012-06-01 06:11:41 +00:00
mchinen
77917b3268
change flushing case for OD ffmpeg
2012-06-01 06:11:36 +00:00
mchinen
e5520d0b7d
fix case where DecodeFrame() was not returning errors
2012-06-01 06:11:31 +00:00
mchinen
f837c1fefd
fix indentation
2012-06-01 06:11:26 +00:00
mchinen
80a2b68bcf
Fix warnings for OD ffmpeg
2012-06-01 06:11:21 +00:00
mchinen
816b58bc08
integrate OD FFmpeg to work with multiple formats, including wav
...
also move streamContext to ffmpeg.h to allow for refactoring of import code
2012-06-01 06:11:07 +00:00
mchinen
8cb2a38fbe
restore build for EXPERIMENTAL_OD_FFMPEG
...
EXPERIMENTAL_OD_FFMPEG is still commented out
2012-06-01 06:11:01 +00:00
lllucius
f50be91900
Bug #176 - Support newer versions of FFmpeg.
...
Also includes Benjamin's ffmpeg-configure-v2.patch.
2011-04-02 02:10:50 +00:00
mchinen
5a5957b422
Add seek support to OD-based FFmpeg import.
...
Also some minor refactoring.
This feature works with mp3 right now - may work on other formats, but that will be a seperate commit.
It is not enabled so most of the changes won't even be compiled, and those that do won't be run.
To enable it uncommment the EXPERIMENTAL_ODFFMPEG def in Experimental.h
2010-07-05 14:38:47 +00:00
BusinessmanProgrammerSteve
4cdbbce01f
Add ODDecodeFFmpegTask to Unix makefile, fix some errors and warnings
2010-03-19 21:41:44 +00:00
mchinen
b07f23d6de
added on-demand support for non-seeking loading of FFmpeg files. This feature is not on, controlled by ifdefs via the #define EXPERIMENTAL_OD_FFMPEG in Experimental.h
2010-03-19 14:57:10 +00:00