summaryrefslogtreecommitdiff
path: root/libavcodec/s302m.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decodersMichael Niedermayer2020-11-281-1/+2
* Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-011-4/+4
|\
* | avcodec/s302m: fix AVOption flagsfoo862017-07-011-1/+1
* | avcodec/s302m: Fix left shift of 8 by 28 places cannot be represented in type...Michael Niedermayer2017-05-071-4/+4
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-181-5/+5
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | s302m: fix arithmetic exceptionAndreas Cadhalpun2015-06-261-4/+2
* | avcodec/s302m: Only set the sample rate when some data is outputMichael Niedermayer2015-06-061-1/+2
* | avcodec/s302m: Check for non PCM StreamsMichael Niedermayer2015-06-061-0/+70
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | s302m: s/bits_per_coded_sample/bits_per_raw_samplePaul B Mahol2013-09-061-6/+6
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit '5d5c248c3df30fa91a8dde639618c985b9a11c53'Michael Niedermayer2013-02-131-26/+8
|\ \ | |/
| * s302m: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-26/+8
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-131-19/+20
|\ \ | |/
| * Move av_reverse table to libavcodecDiego Biurrun2012-10-121-19/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | s302m: Add Channle Layout for 6 channelsThierry Foucu2012-04-061-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-10/+36
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-10/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-291-1/+0
|\ \ | |/
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-2/+2
|\ \ | |/
| * s302m: use nondeprecated audio sample format APIDustin Brody2011-07-291-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-071-2/+2
|\ \ | |/
| * s302m: fix resampling for 16 and 24bits.Baptiste Coudurier2011-06-061-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-2/+1
|\ \ | |/
| * Remove unused variablesMans Rullgard2011-06-021-2/+1
* | Fix various unused variable warningsClément Bœsch2011-05-301-1/+1
* | Set channel_layout for S302M.Carl Eugen Hoyos2011-05-131-0/+10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-121-4/+4
|/
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-111-0/+141