Stefano Sabatini
|
22180e7a5a
error: remove symbols which were deprecated before the big bump
|
14 years ago |
Michael Niedermayer
|
8772156be0
Merge remote branch 'qatar/master'
|
14 years ago |
Stefano Sabatini
|
8d67218bd7
error: sort, pack, and align error code and string definitions
|
14 years ago |
Anton Khirnov
|
a975dbc86b
error: change AVERROR_EOF value
|
14 years ago |
Stefano Sabatini
|
79157f400b
error: remove AVERROR_NUMEXPECTED
|
14 years ago |
Stefano Sabatini
|
58f8463947
error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c
|
14 years ago |
Michael Niedermayer
|
efb5fa79f5
Merge remote branch 'qatar/master'
|
14 years ago |
Anton Khirnov
|
490a022d86
lavu: remove misc disabled cruft
|
14 years ago |
Michael Niedermayer
|
2d2b5a1421
10l, commit that should have been stashed into the merge.
|
14 years ago |
Michael Niedermayer
|
c40798441f
Merge remote branch 'qatar/master'
|
14 years ago |
Diego Biurrun
|
6001dad6e2
Replace more FFmpeg references by Libav.
|
14 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 years ago |
Nicolas George
|
bafa4dd3e6
Add AVERROR_EXIT.
|
14 years ago |
Nicolas George
|
0bc55f5d32
Add AVERROR_*_NOT_FOUND codes.
|
14 years ago |
Måns Rullgård
|
2eaf7e49c7
Improve av_strerror() documentation
|
14 years ago |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 years ago |
Stefano Sabatini
|
e2959f4558
Make av_strerror() return -1 even in the case when av_strerror_r() is
|
15 years ago |
Stefano Sabatini
|
441ea0ce91
Make av_strerror() print an error message mentioning the error code
|
15 years ago |
Stefano Sabatini
|
cf103fabbe
Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)
|
15 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
Stefano Sabatini
|
87958234f9
Implement av_strerror().
|
15 years ago |
Stefano Sabatini
|
0394c928db
Prefer '///< ...' doxygen inline syntax over '/**< ... */'.
|
15 years ago |
Stefano Sabatini
|
b748b9d69b
Use consistent punctuation rules for the error message descriptions.
|
15 years ago |
Stefano Sabatini
|
68006ed062
Drop AVERROR_NOFMT at the next libavutil major bump.
|
15 years ago |
Stefano Sabatini
|
72af5d8a02
Change the definition of AVERROR_INVALIDDATA at the next libavutil
|
15 years ago |
Stefano Sabatini
|
0029156589
Extend description for AVERROR_INVALIDDATA.
|
15 years ago |
Måns Rullgård
|
6d2877f47e
error.h: test EDOM instead of EINVAL
|
15 years ago |
Måns Rullgård
|
e4836e3c07
Add missing includes to libavutil/error.h
|
15 years ago |
Stefano Sabatini
|
73ddbd9d0e
Change the definition of AVERROR_NUMEXPECTED at the next libavutil
|
15 years ago |
Stefano Sabatini
|
c6a7b97c8e
Mark AVERROR_ENOENT for deletion at the next libavutil major bump.
|
15 years ago |
Stefano Sabatini
|
9b359f517e
Lexically sort the error code definitions.
|
15 years ago |
Stefano Sabatini
|
7c074320ba
Mark AVERROR_ENOMEM to be deleted at the next major bump.
|
15 years ago |
Stefano Sabatini
|
5ae092ee34
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
|
15 years ago |
Stefano Sabatini
|
0edfa79b23
Make iff.c:decode_init return the value returned by
|
15 years ago |
Stefano Sabatini
|
dbfa5e7861
Add missing parentheses around the AVERROR_PATCHWELCOME macro
|
15 years ago |
Stefano Sabatini
|
60c144f700
Move error code definitions from libavcodec/avcodec.h to
|
15 years ago |