summaryrefslogtreecommitdiff
path: root/libavdevice/oss_audio.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-15
|\|
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-09
|\|
| * libavdevice: Remove disabled code.Diego Biurrun2011-07-07
| * oss,sndio: simplify by using FFMIN.Reimar Döffinger2011-06-09
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-26
|\|
| * lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-25
| * oss: add channels and sample_rate private options.Anton Khirnov2011-05-25
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* | Simplify: Use FFMIN.Reimar Döffinger2011-03-29
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* Define macro AV_NE() and use it in libavdevice.Stefano Sabatini2010-08-17
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =Stefano Sabatini2010-03-25
* Indent.Ramiro Polla2010-02-21
* Do not invent error codes but pass the error code on.Michael Niedermayer2009-11-27
* Replace very odd and completely broken oss read_packet() by the obvious way toMichael Niedermayer2009-11-27
* Do not do free AVStream in case of error, this is not supposed to beVitor Sessak2009-09-12
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-29
* Rename audio.c to oss_audio.c in libavdevice.Benoit Fouet2009-01-21