summaryrefslogtreecommitdiffstats
path: root/libavdevice/oss_audio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-2/+2
|\
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-5/+5
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-2/+2
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-291-0/+1
|\ \ | |/
| * Add missing libavutil/time.h includes.Anton Khirnov2012-07-281-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-2/+0
|\ \ | |/
| * Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-201-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-2/+2
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-20/+17
|\ \ | |/
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-241-20/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-7/+0
|\ \ | |/
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-7/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-091-7/+0
|\ \ | |/
| * libavdevice: Remove disabled code.Diego Biurrun2011-07-071-7/+0
| * oss,sndio: simplify by using FFMIN.Reimar Döffinger2011-06-091-3/+1
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-261-4/+22
|\ \ | |/
| * lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-251-0/+2
| * oss: add channels and sample_rate private options.Anton Khirnov2011-05-251-4/+20
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* | Simplify: Use FFMIN.Reimar Döffinger2011-03-291-3/+1
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-2/+2
|/
* 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
OpenPOWER on IntegriCloud