| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
5ae092ee34 |
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
AVERROR_EIO for deletion at the next major bump. Originally committed as revision 22513 to svn://svn.ffmpeg.org/ffmpeg/trunk |
16 years ago |
|
|
0edfa79b23 |
Make iff.c:decode_init return the value returned by
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. Originally committed as revision 22512 to svn://svn.ffmpeg.org/ffmpeg/trunk |
16 years ago |
|
|
dbfa5e7861 |
Add missing parentheses around the AVERROR_PATCHWELCOME macro
definition. Originally committed as revision 22502 to svn://svn.ffmpeg.org/ffmpeg/trunk |
16 years ago |
|
|
60c144f700 |
Move error code definitions from libavcodec/avcodec.h to
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 Originally committed as revision 22501 to svn://svn.ffmpeg.org/ffmpeg/trunk |
16 years ago |