FFmpeg/libavutil
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs.
AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h.
Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed.
Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code.
This also removes the need for berrno.h.

Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-13 18:26:14 +00:00
..
adler32.c
adler32.h
aes.c make key parameter const 2007-02-11 16:57:17 +00:00
aes.h make key parameter const 2007-02-11 16:57:17 +00:00
avutil.h 1000l: Revert accidentally committed change. 2007-02-07 10:54:10 +00:00
base64.c Move base64.[ch] to libavutil. 2007-02-13 08:21:47 +00:00
base64.h Move base64.[ch] to libavutil. 2007-02-13 08:21:47 +00:00
bswap.h
common.h This fixes error handling for BeOS, removing the need for some ifdefs. 2007-02-13 18:26:14 +00:00
crc.c
crc.h
fifo.c
fifo.h
integer.c
integer.h
internal.h Remove unused ENODATA define 2007-02-11 22:07:06 +00:00
intfloat_readwrite.c
intfloat_readwrite.h
intreadwrite.h
lls.c
lls.h
log.c
log.h
lzo.c
lzo.h
Makefile Move base64.[ch] to libavutil. 2007-02-13 08:21:47 +00:00
mathematics.c
mathematics.h
md5.c
md5.h
mem.c
random.c av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com 2007-02-08 22:09:05 +00:00
random.h av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com 2007-02-08 22:09:05 +00:00
rational.c
rational.h
softfloat.c
softfloat.h
tree.c
tree.h
x86_cpu.h