aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice/oss_audio.c
Commit message (Expand)AuthorAgeFilesLines
* Define macro AV_NE() and use it in libavdevice.Stefano Sabatini2010-08-171-5/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =Stefano Sabatini2010-03-251-1/+1
* Indent.Ramiro Polla2010-02-211-1/+1
* Do not invent error codes but pass the error code on.Michael Niedermayer2009-11-271-2/+2
* Replace very odd and completely broken oss read_packet() by the obvious way toMichael Niedermayer2009-11-271-24/+5
* Do not do free AVStream in case of error, this is not supposed to beVitor Sessak2009-09-121-1/+0
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-2/+2
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-291-2/+2
* Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet2009-01-211-0/+349