forked from FFmpeg/FFmpeg
credit update
Originally committed as revision 2877 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6a91ec51fd
commit
bda702fc4d
4 changed files with 4 additions and 3 deletions
1
CREDITS
1
CREDITS
|
@ -24,5 +24,6 @@ Roman Shaposhnik
|
||||||
Dieter Shirley
|
Dieter Shirley
|
||||||
Juan J. Sierralta
|
Juan J. Sierralta
|
||||||
Ewald Snel
|
Ewald Snel
|
||||||
|
Leon van Stuivenberg
|
||||||
Roberto Togni
|
Roberto Togni
|
||||||
Lionel Ulmer
|
Lionel Ulmer
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*
|
*
|
||||||
* MMI optimization by Leon van Stuivenberg <leonvs@iae.nl>
|
* MMI optimization by Leon van Stuivenberg
|
||||||
* clear_blocks_mmi() by BroadQ
|
* clear_blocks_mmi() by BroadQ
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
http://www.elecard.com/peter/idct.shtml
|
http://www.elecard.com/peter/idct.shtml
|
||||||
Rounding trick Copyright (c) 2000 Michel Lespinasse <walken@zoy.org>
|
Rounding trick Copyright (c) 2000 Michel Lespinasse <walken@zoy.org>
|
||||||
|
|
||||||
mmi port by leonvs@iae.nl
|
MMI port by Leon van Stuivenberg
|
||||||
*/
|
*/
|
||||||
#include "../common.h"
|
#include "../common.h"
|
||||||
#include "../dsputil.h"
|
#include "../dsputil.h"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*
|
*
|
||||||
* MMI optimization by Leon van Stuivenberg <leonvs@iae.nl>
|
* MMI optimization by Leon van Stuivenberg
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../dsputil.h"
|
#include "../dsputil.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue