log error.h @ 1028:5dbb12a37c3d libavutil tip

age author description
Wed, 30 Jun 2010 20:09:52 +0000 mru Improve av_strerror() documentation libavutil
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavutil
Wed, 05 May 2010 21:44:47 +0000 stefano Make av_strerror() return -1 even in the case when av_strerror_r() is libavutil
Mon, 03 May 2010 21:56:21 +0000 stefano Make av_strerror() print an error message mentioning the error code libavutil
Tue, 27 Apr 2010 22:26:08 +0000 stefano Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS) libavutil
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavutil
Thu, 25 Mar 2010 22:46:35 +0000 stefano Implement av_strerror(). libavutil
Thu, 25 Mar 2010 22:46:32 +0000 stefano Prefer '///< ...' doxygen inline syntax over '/**< ... */'. libavutil
Thu, 25 Mar 2010 22:46:28 +0000 stefano Use consistent punctuation rules for the error message descriptions. libavutil
Sun, 21 Mar 2010 16:34:06 +0000 stefano Drop AVERROR_NOFMT at the next libavutil major bump. libavutil
Fri, 19 Mar 2010 23:34:36 +0000 stefano Change the definition of AVERROR_INVALIDDATA at the next libavutil libavutil
Fri, 19 Mar 2010 23:34:34 +0000 stefano Extend description for AVERROR_INVALIDDATA. libavutil
Sun, 14 Mar 2010 22:25:35 +0000 mru error.h: test EDOM instead of EINVAL libavutil
Sun, 14 Mar 2010 22:25:31 +0000 mru Add missing includes to libavutil/error.h libavutil
Sun, 14 Mar 2010 21:16:29 +0000 stefano Change the definition of AVERROR_NUMEXPECTED at the next libavutil libavutil
Sun, 14 Mar 2010 01:32:44 +0000 stefano Mark AVERROR_ENOENT for deletion at the next libavutil major bump. libavutil
Sun, 14 Mar 2010 01:32:41 +0000 stefano Lexically sort the error code definitions. libavutil
Sat, 13 Mar 2010 19:19:46 +0000 stefano Mark AVERROR_ENOMEM to be deleted at the next major bump. libavutil
Sat, 13 Mar 2010 19:19:44 +0000 stefano Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark libavutil
Sat, 13 Mar 2010 19:19:40 +0000 stefano Make iff.c:decode_init return the value returned by libavutil
Sat, 13 Mar 2010 09:52:43 +0000 stefano Add missing parentheses around the AVERROR_PATCHWELCOME macro libavutil
Sat, 13 Mar 2010 09:43:24 +0000 stefano Move error code definitions from libavcodec/avcodec.h to libavutil