| Commit message (Expand) | Author | Age | Files | Lines |
* | libavdevice: Remove disabled code. | Diego Biurrun | 2011-07-07 | 1 | -7/+0 |
* | oss,sndio: simplify by using FFMIN. | Reimar Döffinger | 2011-06-09 | 1 | -3/+1 |
* | lavf: deprecate AVFormatParameters.{channels,sample_rate}. | Anton Khirnov | 2011-05-25 | 1 | -0/+2 |
* | oss: add channels and sample_rate private options. | Anton Khirnov | 2011-05-25 | 1 | -4/+20 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Define macro AV_NE() and use it in libavdevice. | Stefano Sabatini | 2010-08-17 | 1 | -5/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) = | Stefano Sabatini | 2010-03-25 | 1 | -1/+1 |
* | Indent. | Ramiro Polla | 2010-02-21 | 1 | -1/+1 |
* | Do not invent error codes but pass the error code on. | Michael Niedermayer | 2009-11-27 | 1 | -2/+2 |
* | Replace very odd and completely broken oss read_packet() by the obvious way to | Michael Niedermayer | 2009-11-27 | 1 | -24/+5 |
* | Do not do free AVStream in case of error, this is not supposed to be | Vitor Sessak | 2009-09-12 | 1 | -1/+0 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -2/+2 |
* | Make the configure script select the input/output devices using | Stefano Sabatini | 2009-06-29 | 1 | -2/+2 |
* | Rename audio.c to oss_audio.c in libavdevice. | Benoit Fouet | 2009-01-21 | 1 | -0/+349 |