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
2009-01-05
Add missing 'void' keyword to parameterless function declarations.
Diego Biurrun
2009-01-04
Add VDPAU hardware accelerated decoding for H264 which can be used by
NVIDIA Corporation
2009-01-04
cosmetic: indent
Aurelien Jacobs
2009-01-04
add a termination condition
Aurelien Jacobs
2008-12-27
consistency cosmetics: Rename POWERPC identifiers to PPC.
Diego Biurrun
2008-12-21
Silence the following icc warnings:
Carl Eugen Hoyos
2008-12-20
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
Carl Eugen Hoyos
2008-12-17
ARM: make FASTDIV() an inline function
Måns Rullgård
2008-12-17
ARM: replace "armv4l" with "arm"
Måns Rullgård
2008-11-20
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Diego Biurrun
2008-10-31
Initialize variable to silence the warning:
Diego Biurrun
2008-10-26
cosmetic: align backslashes in makefiles
Måns Rullgård
2008-10-25
ARM: faster ARMv6 FASTDIV()
Måns Rullgård
2008-10-21
split bswap.h into per-arch files
Måns Rullgård
2008-10-21
uses FF_ARRAY_ELEMS() where appropriate
Aurelien Jacobs
2008-10-21
Port read_time() that works on x86_32 and 64 from noe.
Michael Niedermayer
2008-10-20
ARM: Kill warning in bswap_32()
Måns Rullgård
2008-10-16
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-15
Bump minor version after addition of FF_ARRAY_ELEMS macro.
Benoit Fouet
2008-10-15
Add a macro to get the number of elements in a table.
Benoit Fouet
2008-10-12
Don't include byteswap.h anymore.
Carl Eugen Hoyos
2008-10-02
Allow using DECLARE_ALIGNED with Sun cc.
Carl Eugen Hoyos
2008-09-25
Implement av_nearer_q() and av_find_nearest_q_idx() functions.
Stefano Sabatini
2008-09-19
Avoid undefined behavior for removing elements that were not in the tree.
Michael Niedermayer
2008-09-15
Fix generated md5, it was wrong for some input lengths.
Michael Niedermayer
2008-09-14
Only define x86 register names on x86.
Diego Biurrun
2008-09-06
Remove wrong and unnecessary condition. VHOOK filters are not special
Stefano Sabatini
2008-09-04
Fix typo.
Michael Niedermayer
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
[next]