1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-08 22:39:44 +02:00
Ronald S. Bultje e5262ec44a Optimize C version of ff_emulated_edge_mc().
From ~780 cycles to 551 cycles, mostly just by using libc memcpy()
instead of manually shuffling individual bytes around.
2011-01-28 22:13:26 -05:00
2011-01-28 17:46:55 +01:00
2011-01-28 17:02:54 +00:00
2011-01-18 08:00:23 +01:00
2011-01-24 23:44:58 +00:00
2011-01-24 23:44:58 +00:00
2010-09-03 21:27:19 +00:00
2011-01-18 11:20:17 -08:00
2011-01-25 00:02:41 +00:00
2011-01-18 11:05:51 -08:00
2011-01-18 20:48:23 +00:00

FFmpeg README
-------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.
Languages
C 90.3%
Assembly 7.8%
Makefile 1.3%
C++ 0.2%
Objective-C 0.1%
Other 0.1%