May 19, 2010
View 1673bf8

Make av_strerror() return -1 even in the case when av_strerror_r() is not defined.

Reinhard Tartler authored on 2010/05/19 17:03:22
May 4, 2010
View 441ea0c

Make av_strerror() print an error message mentioning the error code number if strerror_r() did not succeed for whatever reason.

Stefano Sabatini authored on 2010/05/04 06:56:21
April 28, 2010
View cf103fa

Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS) instead which is semantically equivalent.

Stefano Sabatini authored on 2010/04/28 07:26:08
March 26, 2010
View 8795823

Implement av_strerror().

Stefano Sabatini authored on 2010/03/26 07:46:35