summaryrefslogtreecommitdiffstats
path: root/libavcodec/s302m.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* s302m: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-26/+8
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Move av_reverse table to libavcodecDiego Biurrun2012-10-121-19/+20
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-10/+36
* 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
* 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