summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Collapse)AuthorAgeFilesLines
* add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%Siarhei Siamashka2006-09-281-0/+11
| | | | | | | | | Patch by Siarhei Siamashka %siarhei P siamashka A gmail P com% Original thread: Date: Sep 28, 2006 2:26 AM Subject: [Ffmpeg-devel] [PATCH] ARM implementation of FASTDIV Originally committed as revision 6366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move memory functions from avcodec to avutilLuca Barbato2006-09-253-2/+39
| | | | Originally committed as revision 6330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a division from STOP_TIMERLoren Merritt2006-09-211-1/+1
| | | | Originally committed as revision 6315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify asm mid_pred, as suggested by michaelni.Loren Merritt2006-09-211-10/+9
| | | | Originally committed as revision 6314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-213-1/+162
| | | | | | 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-151-1/+16
| | | | | | 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-1013-0/+234
| | | | 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-071-15/+0
| | | | | | | | 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-041-1/+18
| | | | 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-031-1/+19
| | | | 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-311-0/+7
| | | | | | | | 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-281-2/+21
| | | | Originally committed as revision 6112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compatibility warningMichael Niedermayer2006-08-201-1/+1
| | | | Originally committed as revision 6035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup PixelFormat a littleMichael Niedermayer2006-08-201-22/+36
| | | | Originally committed as revision 6034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attribute_deprecatedMichael Niedermayer2006-08-201-0/+8
| | | | Originally committed as revision 6033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SWAPMichael Niedermayer2006-08-191-0/+2
| | | | Originally committed as revision 6030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-181-1/+1
| | | | 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-171-1/+1
| | | | | | 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-171-15/+11
| | | | Originally committed as revision 6008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to fix av_realloc()Michael Niedermayer2006-08-131-3/+5
| | | | Originally committed as revision 5996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* align av_realloc()Michael Niedermayer2006-08-131-10/+12
| | | | Originally committed as revision 5992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #define REGcGuillaume Poirier2006-08-121-0/+2
| | | | Originally committed as revision 5988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use C99 standard constant, thanks to Foxy ShadisBaptiste Coudurier2006-08-111-1/+1
| | | | Originally committed as revision 5986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point "emulation" codeMichael Niedermayer2006-08-082-0/+155
| | | | | | 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-262-2/+2
| | | | 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-212-2/+2
| | | | | | 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-202-1/+12
| | | | Originally committed as revision 5804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-201-5/+4
| | | | Originally committed as revision 5802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* for floats fabs is better & smaller then ABSMichael Niedermayer2006-07-201-1/+1
| | | | Originally committed as revision 5801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simpler, smaller and fasterMichael Niedermayer2006-07-201-13/+28
| | | | Originally committed as revision 5800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install log.hLuca Abeni2006-07-191-1/+1
| | | | Originally committed as revision 5790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-191-8/+3
| | | | 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-193-1/+144
| | | | Originally committed as revision 5784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_log() & friends to libavutilLuca Abeni2006-07-184-0/+113
| | | | 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-162-214/+226
| | | | | | | 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-152-31/+40
| | | | | | 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-141-3/+0
| | | | 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-141-1/+1
| | | | | | 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-143-0/+187
| | | | Originally committed as revision 5740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMåns Rullgård2006-07-141-8/+8
| | | | Originally committed as revision 5739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-07-141-17/+6
| | | | Originally committed as revision 5738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-07-141-23/+4
| | | | Originally committed as revision 5737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove impossible #ifdef caseMåns Rullgård2006-07-141-12/+2
| | | | Originally committed as revision 5736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old msvc cruftMåns Rullgård2006-07-131-8/+2
| | | | Originally committed as revision 5735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant #include <math.h>Måns Rullgård2006-07-131-5/+0
| | | | 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-131-1/+1
| | | | | | of gnu extensions Originally committed as revision 5733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup suggested by Michael NiedermayerMåns Rullgård2006-07-131-3/+5
| | | | Originally committed as revision 5732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move adler32 to libavutilMåns Rullgård2006-07-133-1/+50
| | | | 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-111-6/+6
| | | | | | 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-111-5/+5
| | | | Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud