summaryrefslogtreecommitdiffstats
path: root/libavcodec/s302m.c
Commit message (Collapse)AuthorAgeFilesLines
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-10/+36
| | | | | | Deprecate avcodec_decode_audio3(). Implement audio support in avcodec_default_get_buffer(). Implement the new audio decoder API in all audio decoders.
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-1/+0
|
* s302m: use nondeprecated audio sample format APIDustin Brody2011-07-291-2/+2
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* s302m: fix resampling for 16 and 24bits.Baptiste Coudurier2011-06-061-2/+2
|
* Remove unused variablesMans Rullgard2011-06-021-2/+1
|
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-111-0/+141
OpenPOWER on IntegriCloud