107 Commits (529dd3c9ea61daff3efd090a2c5b2af9b1726df5)

Author SHA1 Message Date
Panagiotis Issaris af0ad8f0c1 Remove unused defines, patch by takis P issaris A uhasselt P be 18 years ago
Diego Biurrun af41dd8216 Exchange informal LGPL notice by official license header. 18 years ago
Diego Biurrun 7494517673 Add license from zlib.h instead of referring to it. 18 years ago
Luca Barbato 9814587500 Align the input buffer in ffplay, introduce a public macro for aligned declarations 18 years ago
Luca Abeni 001299bfe8 Add some new pixel formats to libavutil 18 years ago
Michael Niedermayer 27cd2c10b0 compatibility warning 18 years ago
Michael Niedermayer 0cb5cfb615 cleanup PixelFormat a little 18 years ago
Michael Niedermayer 955ab9a4d8 attribute_deprecated 18 years ago
Michael Niedermayer 67eca72dc0 SWAP 18 years ago
Diego Biurrun f4bd289a04 Explicitly include fastmemcpy.h from libvo/. 18 years ago
Diego Biurrun 7981555d89 Move all internal -I parameters to the front of CFLAGS to avoid using external 18 years ago
Michael Niedermayer 0a7c36af54 revert aligned realloc() changesm this should be identical to r5784 18 years ago
Michael Niedermayer 732692d94c trying to fix av_realloc() 18 years ago
Michael Niedermayer 75c413ae77 align av_realloc() 18 years ago
Guillaume Poirier 71295009be Add #define REGc 18 years ago
Baptiste Coudurier 1ce83a36bf use C99 standard constant, thanks to Foxy Shadis 18 years ago
Michael Niedermayer a2fd60437d floating point "emulation" code 18 years ago
Diego Biurrun 538389c981 Fix FSF postal address. 18 years ago
Reimar Döffinger aab7715910 do not include bswap.h in common.h for external programs, since the former 18 years ago
Michael Niedermayer 918a45917c removing redundant mess next time we break compatiility 18 years ago
Michael Niedermayer 79dc59b726 simplify 18 years ago
Michael Niedermayer 0912bf577a for floats fabs is better & smaller then ABS 18 years ago
Michael Niedermayer f296446564 simpler, smaller and faster 18 years ago
Luca Abeni 47adb88609 Install log.h 18 years ago
Michael Niedermayer 1d94a6620f simplify 18 years ago
Luca Abeni cea8f6f323 Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil 18 years ago
Luca Abeni 4b45de0e87 Move av_log() & friends to libavutil 18 years ago
Reimar Döffinger 05020c89eb Split common.h in two parts, purely internal stuff (internal.h) and things 18 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 18 years ago
Michael Niedermayer 2c779260a9 unneeded #include 18 years ago
Michael Niedermayer 6b7f5b3eb8 adding a \ so we can add more lines without having to do a "cosmetic" change in the previous line 18 years ago
Michael Niedermayer 82ab5ad7b2 linear least squares solver using cholesky factorization 18 years ago
Måns Rullgård 29e4710a70 indent 18 years ago
Måns Rullgård 0339e2b49f simplify 18 years ago
Måns Rullgård 6d3d62b3d3 simplify 18 years ago
Måns Rullgård 1dd590619a remove impossible #ifdef case 18 years ago
Måns Rullgård b2b48c77ca remove old msvc cruft 18 years ago
Måns Rullgård 43756fa17f remove redundant #include <math.h> 18 years ago
Måns Rullgård 4b65d88fd7 replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use 18 years ago
Måns Rullgård 38603ff65d cleanup suggested by Michael Niedermayer 18 years ago
Måns Rullgård b9a73d8d2f move adler32 to libavutil 18 years ago
Diego Biurrun 2f30a81d19 CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 18 years ago
Diego Biurrun f7facfbf23 cosmetics: Fix indentation after last commit. 18 years ago
Diego Biurrun 4bbefe6b5e Remove old MSVC remnants. 18 years ago
Michael Niedermayer 18769c0a79 cosmetic 18 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) 18 years ago
Michael Niedermayer a08d38ee82 put the code which is specific for the large crc table under #ifndef CONFIG_SMALL 18 years ago
Michael Niedermayer 9d82b0dda1 moving utf8 reading function to libavutil 18 years ago
Diego Biurrun a020e2c5f0 Add proper LGPL header. 18 years ago
Diego Biurrun da2e9781bb spelling typo 18 years ago