aboutsummaryrefslogtreecommitdiff
path: root/libavdevice/oss_audio.c
AgeCommit message (Expand)Author
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-25Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =Stefano Sabatini
2010-02-21Indent.Ramiro Polla
2009-11-27Do not invent error codes but pass the error code on.Michael Niedermayer
2009-11-27Replace very odd and completely broken oss read_packet() by the obvious way toMichael Niedermayer
2009-09-12Do not do free AVStream in case of error, this is not supposed to beVitor Sessak
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-06-29Make the configure script select the input/output devices usingStefano Sabatini
2009-01-21Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet