- 14 Mar, 2010 2 commits
-
-
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 24 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
-
conrad authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22500 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22499 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22498 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22497 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22496 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22495 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22494 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22493 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 12 Mar, 2010 14 commits
-
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22492 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22491 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22490 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22489 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
Tested to work by Michael Kostylev on the NetBSD FATE box. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22487 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
This make NetBSD compile out of the box at the cost of a hack, but a locally contained one that is preferable to the one used in the wild. Currently the NetBSD FATE box adds -D_NETBSD_SOURCE to CPPFLAGS to work around broken system headers. Since it is unlikely for NetBSD to fix their headers, it is better to use a standard flag instead of a system-specific one. As a sideeffect, this allows getting rid of a local _NETBSD_SOURCE definition. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22486 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22485 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22484 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
Previously, the area of a lost slice would be left at the slice number of the previous frame which could occasionally match the number of the next slice and thus a non existing slice could have been used for prediction leading to additional decoding errors in otherwise undamaged slices. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22483 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22482 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
ramiro authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22481 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22480 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22479 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
This fixes some old ogm files that had the 3rd vorbis header after a data packet in another stream. This is invalid in ogg, but this change shouldn't affect the behaviour of any valid file. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22478 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-