summaryrefslogtreecommitdiff
path: root/libavdevice/sndio_enc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-7/+8
* av(format|device): Add const to muxer packet data pointersAndreas Rheinhardt2022-07-091-1/+1
* sndio: convert to new channel layout APIJames Almer2022-03-151-1/+1
* avdevice: Constify all devicesAndreas Rheinhardt2021-04-271-1/+1
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-281-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-2/+2
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-2/+2
* | Merge commit '8d26c193fb42d08602ac93ece039d4718d029adc'Michael Niedermayer2015-04-091-2/+2
|\ \ | |/
| * avdevice: Apply a more consistent file naming schemeDiego Biurrun2015-04-091-1/+1
* | Merge commit 'c201069fac9a76e6604f9d84d76a172434d62200'Michael Niedermayer2015-04-091-0/+3
|\ \ | |/
| * avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun2015-04-091-0/+2
* | lavd: add categories to device implementationsLukasz Marek2014-03-031-0/+8
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
| * 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-2/+1
* | Simplify: Use FFMIN.Reimar Döffinger2011-03-291-3/+1
* | sndio: prefer "FFmpeg" over "Libav" in the license headerStefano Sabatini2011-03-281-4/+4
|/
* sndio support for playback and recordBrad2011-03-271-0/+95