summaryrefslogtreecommitdiffstats
path: root/libavcodec/adxdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-021-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+2
* Mark adx_decode_init() as type int instead of void, the function returnsDiego Biurrun2008-08-171-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-1/+7
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* constMichael Niedermayer2008-02-011-1/+1
* move adx.c to adxdec.cAurelien Jacobs2007-11-011-0/+169
OpenPOWER on IntegriCloud