summaryrefslogtreecommitdiffstats
path: root/libavcodec/asv.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove pointless av_cold attributes in header filesDiego Biurrun2013-02-231-2/+1
| | | | | | The init functions marked as av_cold have to be executed in any case, so there is no gain from trying to mark paths leading to such functions as unlikely.
* Drop DCTELEM typedefDiego Biurrun2013-01-221-1/+1
| | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* lavc: split asv12 encoder/decoderAnton Khirnov2012-10-091-0/+67
OpenPOWER on IntegriCloud