- 15 Mar, 2010 6 commits
-
-
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 16 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
-
stefano authored
AVERROR_EIO for deletion at the next major bump. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22513 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
avctx->get_buffer() in case of error, rather than AVERROR_UNKNOWN which is deprecated, and mark AVERROR_UNKNOWN for deletion at the next major bump. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22512 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22511 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22510 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
picref. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22509 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
addition of the AVFilterPicRef.pos field. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22508 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
again from the filterchain and pass it back to output_picture2(). git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22507 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
position information, as stored in the pkt.pos, through the filterchain. Note that the pos field is added *non* at the end of the AVFilterPicRef struct, thus breaking ABI compatibility, which is allowed as the API is still considered non-stable. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22506 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
choosen between 8 and 32 when the supplied parameter is the string "random". This is useful for testing the slice support, but it is not supposed to be used by the user for other purposes and this interface may change in the future, and thus it is not documented. The randomization algorithm adopted is the standard Numerical Recipes LCG. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22505 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
1.5% faster overall decode on my penryn git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22504 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22503 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
definition. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22502 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
libavutil/error.h. Error code definitions and handling code belong to libavutil, where they can be shared by all the libav* libraries. See the thread: Subject: [FFmpeg-devel] [PATCH] Move error codes definitions from lavc to lavu Date: Sun, 19 Jul 2009 12:09:16 +0200 git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22501 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-