summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Collapse)AuthorAge
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
| | | | Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize variable to silence the warning:Diego Biurrun2008-10-31
| | | | | | libavutil/pca.c:72: warning: ‘k’ may be used uninitialized in this function Originally committed as revision 15760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-26
| | | | Originally committed as revision 15717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: faster ARMv6 FASTDIV()Måns Rullgård2008-10-25
| | | | Originally committed as revision 15712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split bswap.h into per-arch filesMåns Rullgård2008-10-21
| | | | Originally committed as revision 15663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
| | | | Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port read_time() that works on x86_32 and 64 from noe.Michael Niedermayer2008-10-21
| | | | Originally committed as revision 15661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: Kill warning in bswap_32()Måns Rullgård2008-10-20
| | | | Originally committed as revision 15648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
| | | | | | | | | | | | | Neither the asm() nor the __asm__() keyword is part of the C99 standard, but while GCC accepts the former in C89 syntax, it is not accepted in C99 unless GNU extensions are turned on (with -fasm). The latter form is accepted in any syntax as an extension (without requiring further command-line options). Sun Studio C99 compiler also does not accept asm() while accepting __asm__(), albeit reporting warnings that it's not valid C99 syntax. Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version after addition of FF_ARRAY_ELEMS macro.Benoit Fouet2008-10-15
| | | | Originally committed as revision 15623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a macro to get the number of elements in a table.Benoit Fouet2008-10-15
| | | | Originally committed as revision 15619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't include byteswap.h anymore.Carl Eugen Hoyos2008-10-12
| | | | Originally committed as revision 15603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow using DECLARE_ALIGNED with Sun cc.Carl Eugen Hoyos2008-10-02
| | | | Originally committed as revision 15509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_nearer_q() and av_find_nearest_q_idx() functions.Stefano Sabatini2008-09-25
| | | | Originally committed as revision 15415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer2008-09-19
| | | | Originally committed as revision 15368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix generated md5, it was wrong for some input lengths.Michael Niedermayer2008-09-15
| | | | | | Fix issue634. Originally committed as revision 15335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only define x86 register names on x86.Diego Biurrun2008-09-14
| | | | Originally committed as revision 15328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrong and unnecessary condition. VHOOK filters are not specialStefano Sabatini2008-09-06
| | | | | | | so they are not supposed to use the printf, fprintf, perror and puts functions but av_log instead. Originally committed as revision 15221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Michael Niedermayer2008-09-04
| | | | Originally committed as revision 15199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove a redundant and misplaced doxy.Stefano Sabatini2008-08-19
| | | | Originally committed as revision 14856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.Stefano Sabatini2008-08-19
| | | | Originally committed as revision 14855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_fifo_realloc2().Stefano Sabatini2008-08-19
| | | | Originally committed as revision 14846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer2008-08-17
| | | | | | version. Originally committed as revision 14818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing stdint.h header to fix 'make checkheaders'.Diego Biurrun2008-08-17
| | | | Originally committed as revision 14816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-17
| | | | Originally committed as revision 14815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restore alphabetical order of TESTSMichael Niedermayer2008-08-17
| | | | Originally committed as revision 14813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PCA to TESTS.Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add multiple inclusion guards for consistency and to avoid them beingMichael Niedermayer2008-08-17
| | | | | | forgotten in case they ever become neccessary. Originally committed as revision 14810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move context struct to c file.Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add prototypes to header (based on code by ramiro)Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer2008-08-17
| | | | | | one (more robust ABI wise). Originally committed as revision 14807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not mix declarations and statements (by ramiro).Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put testing code under #ifdef TESTMichael Niedermayer2008-08-17
| | | | Originally committed as revision 14805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Testing code uses random().Michael Niedermayer2008-08-17
| | | | Originally committed as revision 14804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix includesMichael Niedermayer2008-08-17
| | | | Originally committed as revision 14803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Principal component analysisMichael Niedermayer2008-08-17
| | | | | | (will be cleaned up in next commits) Originally committed as revision 14802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hackish support for fastmemcpy from MPlayer.Diego Biurrun2008-08-14
| | | | Originally committed as revision 14764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move M_PI definition along with other math definitionsAurelien Jacobs2008-08-13
| | | | Originally committed as revision 14727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define some math constants so as not to depend on _XOPEN_SOURCEAurelien Jacobs2008-08-13
| | | | Originally committed as revision 14725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: fix weird indent.Stefano Sabatini2008-08-08
| | | | Originally committed as revision 14670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avutil_version().Stefano Sabatini2008-08-08
| | | | Originally committed as revision 14665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused redefinition of av_log for test.Benoit Fouet2008-08-07
| | | | Originally committed as revision 14657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a useless directive.Benoit Fouet2008-08-06
| | | | Originally committed as revision 14645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationBenoit Fouet2008-08-06
| | | | Originally committed as revision 14644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_memcpy_backptr(): deliberately overlapping memcpy variant.Peter Ross2008-08-06
| | | | Originally committed as revision 14641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling/wording fixesDiego Biurrun2008-08-04
| | | | Originally committed as revision 14539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ARMv6 FASTDIV for divisor <=2Måns Rullgård2008-07-31
| | | | Originally committed as revision 14481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l typo my new PRNG converged to -1.Michael Niedermayer2008-07-30
| | | | Originally committed as revision 14479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a multiplicative LFG for those thinking the additive is not goodMichael Niedermayer2008-07-30
| | | | | | enough, just 4 lines of code. Originally committed as revision 14478 to svn://svn.ffmpeg.org/ffmpeg/trunk