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
2012-05-18
lavu/error: fix make checkheaders.
Clément Bœsch
2012-04-15
error: ensure error codes are signed negative ints.
Nicolas George
2012-02-26
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-25
avutil: add AVERROR_UNKNOWN
Justin Ruggles
2011-12-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-19
lavu: add AVERROR_BUG error value
Luca Barbato
2011-12-03
lavu/error: define AVERROR_BUG.
Nicolas George
2011-11-23
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-22
doxy: provide a start page and document libavutil
Luca Barbato
2011-04-22
error: remove symbols which were deprecated before the big bump
Stefano Sabatini
2011-04-22
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-21
error: sort, pack, and align error code and string definitions
Stefano Sabatini
2011-04-21
error: change AVERROR_EOF value
Anton Khirnov
2011-04-21
error: remove AVERROR_NUMEXPECTED
Stefano Sabatini
2011-04-21
error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c
Stefano Sabatini
2011-04-20
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-19
lavu: remove misc disabled cruft
Anton Khirnov
2011-04-17
10l, commit that should have been stashed into the merge.
Michael Niedermayer
2011-04-17
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-17
Replace more FFmpeg references by Libav.
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-15
Add AVERROR_EXIT.
Nicolas George
2010-12-19
Add AVERROR_*_NOT_FOUND codes.
Nicolas George
2010-06-30
Improve av_strerror() documentation
Måns Rullgård
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-05-05
Make av_strerror() return -1 even in the case when av_strerror_r() is
Stefano Sabatini
2010-05-03
Make av_strerror() print an error message mentioning the error code
Stefano Sabatini
2010-04-27
Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)
Stefano Sabatini
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-25
Implement av_strerror().
Stefano Sabatini
2010-03-25
Prefer '///< ...' doxygen inline syntax over '/**< ... */'.
Stefano Sabatini
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