index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
Age
Commit message (
Expand
)
Author
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-19
Cosmetics: remove a redundant and misplaced doxy.
Stefano Sabatini
2008-08-19
Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.
Stefano Sabatini
2008-08-19
Implement av_fifo_realloc2().
Stefano Sabatini
2008-08-17
Copy and paste LGPL from tree.h, the previous one referred to a non-existing
Michael Niedermayer
2008-08-17
Add missing stdint.h header to fix 'make checkheaders'.
Diego Biurrun
2008-08-17
use LFG instead of Mersenne Twister for AC-3 PRNG
Justin Ruggles
2008-08-17
restore alphabetical order of TESTS
Michael Niedermayer
2008-08-17
Add PCA to TESTS.
Michael Niedermayer
2008-08-17
Add multiple inclusion guards for consistency and to avoid them being
Michael Niedermayer
2008-08-17
Move context struct to c file.
Michael Niedermayer
2008-08-17
Add prototypes to header (based on code by ramiro)
Michael Niedermayer
2008-08-17
Make ff_pca_init() allocate it struct instead of letting the user provide
Michael Niedermayer
2008-08-17
Do not mix declarations and statements (by ramiro).
Michael Niedermayer
2008-08-17
put testing code under #ifdef TEST
Michael Niedermayer
2008-08-17
Testing code uses random().
Michael Niedermayer
2008-08-17
fix includes
Michael Niedermayer
2008-08-17
Principal component analysis
Michael Niedermayer
2008-08-14
Remove hackish support for fastmemcpy from MPlayer.
Diego Biurrun
2008-08-13
move M_PI definition along with other math definitions
Aurelien Jacobs
2008-08-13
define some math constants so as not to depend on _XOPEN_SOURCE
Aurelien Jacobs
2008-08-08
Cosmetics: fix weird indent.
Stefano Sabatini
2008-08-08
Implement avutil_version().
Stefano Sabatini
2008-08-07
Remove unused redefinition of av_log for test.
Benoit Fouet
2008-08-06
Remove a useless directive.
Benoit Fouet
2008-08-06
Cosmetics: indentation
Benoit Fouet
2008-08-06
Add av_memcpy_backptr(): deliberately overlapping memcpy variant.
Peter Ross
2008-08-04
misc spelling/wording fixes
Diego Biurrun
2008-07-31
fix ARMv6 FASTDIV for divisor <=2
Måns Rullgård
2008-07-30
1000l typo my new PRNG converged to -1.
Michael Niedermayer
2008-07-30
Add a multiplicative LFG for those thinking the additive is not good
Michael Niedermayer
2008-07-30
USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
Diego Biurrun
2008-07-28
Document av_lfg_get().
Michael Niedermayer
2008-07-28
Warning about MTs speed.
Michael Niedermayer
2008-07-28
Simple lagged fibonacci PRNG.
Michael Niedermayer
2008-07-27
Add random to list of test programs.
Diego Biurrun
2008-07-27
Change return type of main function to int to avoid a warning.
Diego Biurrun
2008-07-27
Move #includes, which are only used in the test program, below the #ifdef
Diego Biurrun
2008-07-27
Change benchmarking code so it returns comparable values.
Michael Niedermayer
2008-07-27
Make the selftesting code use and compileable.
Michael Niedermayer
2008-07-24
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
Diego Biurrun
2008-07-24
Remove AltiVec vector declaration compiler compatibility macros.
Diego Biurrun
2008-07-18
intreadwrite: support DEC compiler __unaligned type qualifier
Måns Rullgård
2008-07-17
Rearrange AV_[RW][BL]*() macros
Måns Rullgård
2008-07-15
ARM: ARMv6 optimised FASTDIV
Måns Rullgård
2008-07-15
ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
Måns Rullgård
2008-07-15
ARM: ARMv6 optimised bswap_16/32
Måns Rullgård
2008-07-15
Print the address of the AVCodecContext in av_log().
Alexander Strange
2008-07-13
Add av_clipf() function to common.h and use it in ra288.c
Vitor Sessak
2008-07-13
simplify vorbis windowing
Loren Merritt
[next]