- 15 Mar, 2010 19 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22553 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
This adds a "fate" make target which runs the full FATE test suite. Individual tests can be run with "make fate-$testname". The location of the FATE test samples must be specified with the --samples=PATH option to configure. The tests/fate-update.sh script regenerates the references files and test list from the online FATE database. These are checked in since generating them requires non-standard tools. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22552 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
jai_menon authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22551 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
this seems to improve RD performance. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22550 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mstorsjo authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22549 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mstorsjo authored
Skip interleaved packets manually and recheck if there's more to be read. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22548 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mstorsjo authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22547 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mstorsjo authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22546 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mstorsjo authored
This makes sure that the streams get correctly synchronized when viewed, previously the streams were out of sync by as much time as it took between the initialization of the individual muxers. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22545 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
benoit authored
need it in *thread.c. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22544 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mstorsjo authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22543 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mstorsjo authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22542 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mstorsjo authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22541 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mstorsjo authored
Currently intended to be used by the RTP muxer git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22540 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
benoit authored
Patch by Anton Khirnov mirror(moc liamg saksyw) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22539 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mstorsjo authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22538 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
astrange authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22537 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
astrange authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22536 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22535 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 14 Mar, 2010 18 commits
-
-
aurel authored
those functions are not part of the public API git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22534 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
cehoyos authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22533 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
av_probe_input_buffer() so that it can be reused. Here are a few differences to the original way things were probed: - maximum probe buffer size can be specified as a parameter. - offset within the stream to probe from can be specified as a parameter. - instead of seeking back to the start each time a probe fails, stream data is appended to the reallocated buffer. This lowers the amount of data read from the stream (there is no repetition) and results in fewer closed and reopened streams (when seeking fails). New attempt after r22296, which was revert in r22315 due to a FATE failure. See the thread: Subject: [FFmpeg-devel] [PATCH] Move av_open_input_file probe loop to its own method Date: 2010-03-05 03:23:57 GMT Patch by Micah F. Galizia printf("%s%s@%s.%s", "micah", "galizia", "gmail", "com"). git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22532 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
The init function is only compiled if MMX is enabled, the call must use the same condition. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22531 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
C99 doesn't require EINVAL, only EDOM, EILSEQ, and ERANGE. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22530 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22529 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
major bump, using an FFmpeg specific error code rather than EDOM, which has a quite different semantics. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22528 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
reimar authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22527 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22526 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
reimar authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22525 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
reimar authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22524 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22523 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
This moves the DWT functions from snow.c and dsputil.c to a file of their own. A new struct, DWTContext, holds the function pointers previously part of DSPContext. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22522 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
reimar authored
huge processing and memory usage overhead for avi files with raw PCM audio. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22521 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22520 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
The symbol is currently unused, AVERROR(ENOENT) must be used instead. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22519 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22518 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22517 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 13 Mar, 2010 3 commits
-
-
alexc authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22516 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
alexc authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22515 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
AVERROR(ENOMEM) must be used instead, and there are no occurrences of AVERROR_ENOMEM in the FFmpeg basecode so it can be safely dropped. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22514 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-