index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
error.h
Age
Commit message (
Expand
)
Author
2010-03-25
Use consistent punctuation rules for the error message descriptions.
Stefano Sabatini
2010-03-21
Drop AVERROR_NOFMT at the next libavutil major bump.
Stefano Sabatini
2010-03-19
Change the definition of AVERROR_INVALIDDATA at the next libavutil
Stefano Sabatini
2010-03-19
Extend description for AVERROR_INVALIDDATA.
Stefano Sabatini
2010-03-14
error.h: test EDOM instead of EINVAL
Måns Rullgård
2010-03-14
Add missing includes to libavutil/error.h
Måns Rullgård
2010-03-14
Change the definition of AVERROR_NUMEXPECTED at the next libavutil
Stefano Sabatini
2010-03-14
Mark AVERROR_ENOENT for deletion at the next libavutil major bump.
Stefano Sabatini
2010-03-14
Lexically sort the error code definitions.
Stefano Sabatini
2010-03-13
Mark AVERROR_ENOMEM to be deleted at the next major bump.
Stefano Sabatini
2010-03-13
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
Stefano Sabatini
2010-03-13
Make iff.c:decode_init return the value returned by
Stefano Sabatini
2010-03-13
Add missing parentheses around the AVERROR_PATCHWELCOME macro
Stefano Sabatini
2010-03-13
Move error code definitions from libavcodec/avcodec.h to
Stefano Sabatini