summaryrefslogtreecommitdiff
path: root/libavcodec/adxdec.c
Commit message (Collapse)AuthorAge
* Mark adx_decode_init() as type int instead of void, the function returnsDiego Biurrun2008-08-17
| | | | | | | a value. Fixes the warning: adxdec.c:36: warning: 'return' with a value, in function returning void Originally committed as revision 14814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
| | | | Originally committed as revision 14482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move adx.c to adxdec.cAurelien Jacobs2007-11-01
Originally committed as revision 10904 to svn://svn.ffmpeg.org/ffmpeg/trunk