summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Collapse)AuthorAge
...
* move memory functions from avcodec to avutilLuca Barbato2006-09-25
| | | | Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a division from STOP_TIMERLoren Merritt2006-09-21
| | | | Originally committed as revision 6315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify asm mid_pred, as suggested by michaelni.Loren Merritt2006-09-21
| | | | Originally committed as revision 6314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
| | | | | | libavformat/utils.c into libavutil Originally committed as revision 6310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asm implementation of mid_pred.Loren Merritt2006-09-15
| | | | | | 20% faster huffyuv decoding, 4% faster ffv1. Originally committed as revision 6254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused defines, patch by takis P issaris A uhasselt P bePanagiotis Issaris2006-09-07
| | | | | | | | Original thread: Re: [Ffmpeg-devel] [PATCH] Remove unused internal macros Sep 7 2006, 14:05 Originally committed as revision 6188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Exchange informal LGPL notice by official license header.Diego Biurrun2006-09-04
| | | | Originally committed as revision 6164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add license from zlib.h instead of referring to it.Diego Biurrun2006-09-03
| | | | Originally committed as revision 6155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align the input buffer in ffplay, introduce a public macro for aligned ↵Luca Barbato2006-08-31
| | | | | | | | declarations Update the avcodec_decode_audio and the float_to_int16 descriptions accordingly Originally committed as revision 6147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some new pixel formats to libavutilLuca Abeni2006-08-28
| | | | Originally committed as revision 6112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compatibility warningMichael Niedermayer2006-08-20
| | | | Originally committed as revision 6035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup PixelFormat a littleMichael Niedermayer2006-08-20
| | | | Originally committed as revision 6034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attribute_deprecatedMichael Niedermayer2006-08-20
| | | | Originally committed as revision 6033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SWAPMichael Niedermayer2006-08-19
| | | | Originally committed as revision 6030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
| | | | Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
| | | | | | header files that happen to have the same name as internal ones. Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert aligned realloc() changesm this should be identical to r5784Michael Niedermayer2006-08-17
| | | | Originally committed as revision 6008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to fix av_realloc()Michael Niedermayer2006-08-13
| | | | Originally committed as revision 5996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* align av_realloc()Michael Niedermayer2006-08-13
| | | | Originally committed as revision 5992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #define REGcGuillaume Poirier2006-08-12
| | | | Originally committed as revision 5988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use C99 standard constant, thanks to Foxy ShadisBaptiste Coudurier2006-08-11
| | | | Originally committed as revision 5986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point "emulation" codeMichael Niedermayer2006-08-08
| | | | | | unused currently, but might come in handy for some fpu-less cpus Originally committed as revision 5955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix FSF postal address.Diego Biurrun2006-07-26
| | | | Originally committed as revision 5829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not include bswap.h in common.h for external programs, since the formerReimar Döffinger2006-07-21
| | | | | | is not installed currently. Originally committed as revision 5809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing redundant mess next time we break compatiilityMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* for floats fabs is better & smaller then ABSMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simpler, smaller and fasterMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install log.hLuca Abeni2006-07-19
| | | | Originally committed as revision 5790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-19
| | | | Originally committed as revision 5786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-19
| | | | Originally committed as revision 5784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_log() & friends to libavutilLuca Abeni2006-07-18
| | | | Originally committed as revision 5781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger2006-07-16
| | | | | | | 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
* calculate all coefficients for several orders during cholesky factorization, ↵Michael Niedermayer2006-07-15
| | | | | | 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
* unneeded #includeMichael Niedermayer2006-07-14
| | | | Originally committed as revision 5743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding a \ so we can add more lines without having to do a "cosmetic" change ↵Michael Niedermayer2006-07-14
| | | | | | in the previous line Originally committed as revision 5741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* linear least squares solver using cholesky factorizationMichael Niedermayer2006-07-14
| | | | Originally committed as revision 5740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMåns Rullgård2006-07-14
| | | | Originally committed as revision 5739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-07-14
| | | | Originally committed as revision 5738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-07-14
| | | | Originally committed as revision 5737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove impossible #ifdef caseMåns Rullgård2006-07-14
| | | | Originally committed as revision 5736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old msvc cruftMåns Rullgård2006-07-13
| | | | Originally committed as revision 5735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant #include <math.h>Måns Rullgård2006-07-13
| | | | Originally committed as revision 5734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
| | | | | | of gnu extensions Originally committed as revision 5733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup suggested by Michael NiedermayerMåns Rullgård2006-07-13
| | | | Originally committed as revision 5732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move adler32 to libavutilMåns Rullgård2006-07-13
| | | | Originally committed as revision 5731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
| | | | | | CONFIG_MINGW or __MINGW32__ instead. Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation after last commit.Diego Biurrun2006-07-11
| | | | Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old MSVC remnants.Diego Biurrun2006-07-11
| | | | Originally committed as revision 5709 to svn://svn.ffmpeg.org/ffmpeg/trunk