summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Implement av_nearer_q() and av_find_nearest_q_idx() functions.Stefano Sabatini2008-09-25
* Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer2008-09-19
* Fix generated md5, it was wrong for some input lengths.Michael Niedermayer2008-09-15
* Only define x86 register names on x86.Diego Biurrun2008-09-14
* Remove wrong and unnecessary condition. VHOOK filters are not specialStefano Sabatini2008-09-06
* Fix typo.Michael Niedermayer2008-09-04
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Cosmetics: remove a redundant and misplaced doxy.Stefano Sabatini2008-08-19
* Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.Stefano Sabatini2008-08-19
* Implement av_fifo_realloc2().Stefano Sabatini2008-08-19
* Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer2008-08-17
* Add missing stdint.h header to fix 'make checkheaders'.Diego Biurrun2008-08-17
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-17
* restore alphabetical order of TESTSMichael Niedermayer2008-08-17
* Add PCA to TESTS.Michael Niedermayer2008-08-17
* Add multiple inclusion guards for consistency and to avoid them beingMichael Niedermayer2008-08-17
* Move context struct to c file.Michael Niedermayer2008-08-17
* Add prototypes to header (based on code by ramiro)Michael Niedermayer2008-08-17
* Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer2008-08-17
* Do not mix declarations and statements (by ramiro).Michael Niedermayer2008-08-17
* put testing code under #ifdef TESTMichael Niedermayer2008-08-17
* Testing code uses random().Michael Niedermayer2008-08-17
* fix includesMichael Niedermayer2008-08-17
* Principal component analysisMichael Niedermayer2008-08-17
* Remove hackish support for fastmemcpy from MPlayer.Diego Biurrun2008-08-14
* move M_PI definition along with other math definitionsAurelien Jacobs2008-08-13
* define some math constants so as not to depend on _XOPEN_SOURCEAurelien Jacobs2008-08-13
* Cosmetics: fix weird indent.Stefano Sabatini2008-08-08
* Implement avutil_version().Stefano Sabatini2008-08-08
* Remove unused redefinition of av_log for test.Benoit Fouet2008-08-07
* Remove a useless directive.Benoit Fouet2008-08-06
* Cosmetics: indentationBenoit Fouet2008-08-06
* Add av_memcpy_backptr(): deliberately overlapping memcpy variant.Peter Ross2008-08-06
* misc spelling/wording fixesDiego Biurrun2008-08-04
* fix ARMv6 FASTDIV for divisor <=2Måns Rullgård2008-07-31
* 1000l typo my new PRNG converged to -1.Michael Niedermayer2008-07-30
* Add a multiplicative LFG for those thinking the additive is not goodMichael Niedermayer2008-07-30
* USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.Diego Biurrun2008-07-30
* Document av_lfg_get().Michael Niedermayer2008-07-28
* Warning about MTs speed.Michael Niedermayer2008-07-28
* Simple lagged fibonacci PRNG.Michael Niedermayer2008-07-28
* Add random to list of test programs.Diego Biurrun2008-07-27
* Change return type of main function to int to avoid a warning.Diego Biurrun2008-07-27
* Move #includes, which are only used in the test program, below the #ifdefDiego Biurrun2008-07-27
* Change benchmarking code so it returns comparable values.Michael Niedermayer2008-07-27
* Make the selftesting code use and compileable.Michael Niedermayer2008-07-27
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-24
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
* intreadwrite: support DEC compiler __unaligned type qualifierMåns Rullgård2008-07-18
* Rearrange AV_[RW][BL]*() macrosMåns Rullgård2008-07-17