Michael Niedermayer
a2fd60437d
floating point "emulation" code
...
unused currently, but might come in handy for some fpu-less cpus
Originally committed as revision 5955 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
538389c981
Fix FSF postal address.
...
Originally committed as revision 5829 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
aab7715910
do not include bswap.h in common.h for external programs, since the former
...
is not installed currently.
Originally committed as revision 5809 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
918a45917c
removing redundant mess next time we break compatiility
...
Originally committed as revision 5804 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
79dc59b726
simplify
...
Originally committed as revision 5802 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
0912bf577a
for floats fabs is better & smaller then ABS
...
Originally committed as revision 5801 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
f296446564
simpler, smaller and faster
...
Originally committed as revision 5800 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
47adb88609
Install log.h
...
Originally committed as revision 5790 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
1d94a6620f
simplify
...
Originally committed as revision 5786 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
cea8f6f323
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
...
Originally committed as revision 5784 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
4b45de0e87
Move av_log() & friends to libavutil
...
Originally committed as revision 5781 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
05020c89eb
Split common.h in two parts, purely internal stuff (internal.h) and things
...
available to external programs as well.
Also make more things available to external programs like GET_UTF8, MKTAG etc.
Originally committed as revision 5765 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
408ec4e2a6
calculate all coefficients for several orders during cholesky factorization, the resulting coefficients are not strictly optimal though as there is a small difference in the autocorrelation matrixes which is ignored for the smaller orders
...
Originally committed as revision 5758 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
2c779260a9
unneeded #include
...
Originally committed as revision 5743 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
6b7f5b3eb8
adding a \ so we can add more lines without having to do a "cosmetic" change in the previous line
...
Originally committed as revision 5741 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
82ab5ad7b2
linear least squares solver using cholesky factorization
...
Originally committed as revision 5740 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
29e4710a70
indent
...
Originally committed as revision 5739 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
0339e2b49f
simplify
...
Originally committed as revision 5738 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
6d3d62b3d3
simplify
...
Originally committed as revision 5737 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
1dd590619a
remove impossible #ifdef case
...
Originally committed as revision 5736 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
b2b48c77ca
remove old msvc cruft
...
Originally committed as revision 5735 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
43756fa17f
remove redundant #include <math.h>
...
Originally committed as revision 5734 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
4b65d88fd7
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
...
of gnu extensions
Originally committed as revision 5733 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
38603ff65d
cleanup suggested by Michael Niedermayer
...
Originally committed as revision 5732 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
b9a73d8d2f
move adler32 to libavutil
...
Originally committed as revision 5731 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
2f30a81d19
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
...
CONFIG_MINGW or __MINGW32__ instead.
Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f7facfbf23
cosmetics: Fix indentation after last commit.
...
Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
4bbefe6b5e
Remove old MSVC remnants.
...
Originally committed as revision 5709 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
18769c0a79
cosmetic
...
Originally committed as revision 5690 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a7702890bd
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway)
...
Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a08d38ee82
put the code which is specific for the large crc table under #ifndef CONFIG_SMALL
...
Originally committed as revision 5676 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
9d82b0dda1
moving utf8 reading function to libavutil
...
Originally committed as revision 5664 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
a020e2c5f0
Add proper LGPL header.
...
Originally committed as revision 5634 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
da2e9781bb
spelling typo
...
Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
24dd8c616d
Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>
...
Originally committed as revision 5631 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f130fd4630
cosmetics: Break overly long lines.
...
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
959e63c9ba
floorf() is not used, and causes warnings on Solaris
...
Originally committed as revision 5617 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
767aeb11fb
simplify
...
Originally committed as revision 5597 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
5351c29cbe
fix endianess build in a better way
...
Originally committed as revision 5596 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
9c39071d6d
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h
...
Originally committed as revision 5595 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
a8d88e03d2
big endian fix
...
Originally committed as revision 5592 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
d10fda8ee2
1l: put that int i back
...
Originally committed as revision 5587 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
4dddc5e10c
kill warnings
...
Originally committed as revision 5585 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Ivo van Poorten
fb9cc9e7aa
compile md5 and include in libavutil.a
...
Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Ivo van Poorten
93d6aeb0a4
add missing declaration for av_md5_sum
...
Originally committed as revision 5583 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Ivo van Poorten
f28660eb3f
cast pointers to make compiler happy
...
remove test define
Originally committed as revision 5582 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
94d85eaf34
md5 support
...
depending on CONFIG_SMALL this can either be compiled to a fully unrolled kernel / rfc reference style md5 routine
or a single loop similar to what mplayer uses
Originally committed as revision 5565 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Pettenò
72468a035a
make sure NDEBUG is not defined already before defining it
...
Patch by Diego 'Flameeyes' Petteno flameeyes AA gentoo PP org
Original thread:
Date: Jun 30, 2006 1:09 AM
Subject: [Ffmpeg-devel] [PATCH] Avoid warning on NDEBUG redefinition
Originally committed as revision 5557 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
42225a3058
remove redundant make variable SUBDIR
...
Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
fc861443d3
improve selftest
...
Originally committed as revision 5424 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago