Ronald S. Bultje a27db4c349 swscale: fix function declaration keywords in x86/swscale_template.c.
Remove inline keyword for functions that are only called through
their function pointers (and thus cannot be inlined); add av_cold
keyword to init function, and use av_always_inline instead of
inline for functions that must be inlined for performance reasons.
2011-06-09 09:25:59 -04:00
2011-06-08 07:43:45 +02:00
2011-06-02 20:06:00 +01:00
2011-05-28 09:40:19 -04:00
2011-06-07 01:28:40 +01:00
2011-06-07 13:20:59 +02:00
2011-03-16 21:54:39 +01:00
2011-03-18 21:57:38 +01:00
2011-05-21 13:48:10 +02:00
2011-04-07 02:54:12 +02:00
2011-03-18 21:57:38 +01:00

Libav README
------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%