index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
15
-61
/
+56
*
add the necessary include for LIBAV*_VERSION_*
Aurelien Jacobs
2009-01-13
2
-0
/
+2
*
Extend 'checkheaders' target to architecture-specific subdirectories.
Diego Biurrun
2009-01-11
1
-0
/
+2
*
Add truncf() replacement function.
Michael Kostylev
2009-01-11
1
-0
/
+7
*
Add necessary, remove unnecessary #includes.
Diego Biurrun
2009-01-11
2
-2
/
+3
*
Drop unnecessary intreadwrite.h and bswap.h #includes.
Diego Biurrun
2009-01-11
1
-2
/
+0
*
Use posix_memalign() if available.
Ramiro Polla
2009-01-07
1
-1
/
+4
*
Add missing 'void' keyword to parameterless function declarations.
Diego Biurrun
2009-01-05
1
-1
/
+1
*
Add VDPAU hardware accelerated decoding for H264 which can be used by
NVIDIA Corporation
2009-01-04
1
-0
/
+1
*
cosmetic: indent
Aurelien Jacobs
2009-01-04
1
-3
/
+3
*
add a termination condition
Aurelien Jacobs
2009-01-04
1
-0
/
+2
*
consistency cosmetics: Rename POWERPC identifiers to PPC.
Diego Biurrun
2008-12-27
1
-1
/
+1
*
Silence the following icc warnings:
Carl Eugen Hoyos
2008-12-21
3
-3
/
+3
*
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
Carl Eugen Hoyos
2008-12-20
3
-10
/
+15
*
ARM: make FASTDIV() an inline function
Måns Rullgård
2008-12-17
1
-10
/
+7
*
ARM: replace "armv4l" with "arm"
Måns Rullgård
2008-12-17
2
-2
/
+2
*
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Diego Biurrun
2008-11-20
1
-17
/
+17
*
Initialize variable to silence the warning:
Diego Biurrun
2008-10-31
1
-1
/
+2
*
cosmetic: align backslashes in makefiles
Måns Rullgård
2008-10-26
1
-36
/
+36
*
ARM: faster ARMv6 FASTDIV()
Måns Rullgård
2008-10-25
1
-5
/
+6
*
split bswap.h into per-arch files
Måns Rullgård
2008-10-21
5
-43
/
+221
*
uses FF_ARRAY_ELEMS() where appropriate
Aurelien Jacobs
2008-10-21
2
-2
/
+2
*
Port read_time() that works on x86_32 and 64 from noe.
Michael Niedermayer
2008-10-21
1
-11
/
+3
*
ARM: Kill warning in bswap_32()
Måns Rullgård
2008-10-20
1
-1
/
+1
*
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-16
3
-20
/
+20
*
Bump minor version after addition of FF_ARRAY_ELEMS macro.
Benoit Fouet
2008-10-15
1
-1
/
+1
*
Add a macro to get the number of elements in a table.
Benoit Fouet
2008-10-15
1
-0
/
+1
*
Don't include byteswap.h anymore.
Carl Eugen Hoyos
2008-10-12
1
-6
/
+0
*
Allow using DECLARE_ALIGNED with Sun cc.
Carl Eugen Hoyos
2008-10-02
1
-1
/
+1
*
Implement av_nearer_q() and av_find_nearest_q_idx() functions.
Stefano Sabatini
2008-09-25
3
-1
/
+39
*
Avoid undefined behavior for removing elements that were not in the tree.
Michael Niedermayer
2008-09-19
2
-6
/
+7
*
Fix generated md5, it was wrong for some input lengths.
Michael Niedermayer
2008-09-15
1
-1
/
+1
*
Only define x86 register names on x86.
Diego Biurrun
2008-09-14
1
-1
/
+1
*
Remove wrong and unnecessary condition. VHOOK filters are not special
Stefano Sabatini
2008-09-06
1
-1
/
+1
*
Fix typo.
Michael Niedermayer
2008-09-04
1
-2
/
+2
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
30
-90
/
+90
*
Cosmetics: remove a redundant and misplaced doxy.
Stefano Sabatini
2008-08-19
1
-3
/
+0
*
Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.
Stefano Sabatini
2008-08-19
2
-1
/
+5
*
Implement av_fifo_realloc2().
Stefano Sabatini
2008-08-19
3
-2
/
+17
*
Copy and paste LGPL from tree.h, the previous one referred to a non-existing
Michael Niedermayer
2008-08-17
2
-12
/
+14
*
Add missing stdint.h header to fix 'make checkheaders'.
Diego Biurrun
2008-08-17
1
-0
/
+2
*
use LFG instead of Mersenne Twister for AC-3 PRNG
Justin Ruggles
2008-08-17
1
-0
/
+1
*
restore alphabetical order of TESTS
Michael Niedermayer
2008-08-17
1
-1
/
+1
*
Add PCA to TESTS.
Michael Niedermayer
2008-08-17
1
-1
/
+1
*
Add multiple inclusion guards for consistency and to avoid them being
Michael Niedermayer
2008-08-17
1
-0
/
+5
*
Move context struct to c file.
Michael Niedermayer
2008-08-17
2
-8
/
+7
*
Add prototypes to header (based on code by ramiro)
Michael Niedermayer
2008-08-17
1
-0
/
+6
*
Make ff_pca_init() allocate it struct instead of letting the user provide
Michael Niedermayer
2008-08-17
1
-11
/
+14
*
Do not mix declarations and statements (by ramiro).
Michael Niedermayer
2008-08-17
1
-2
/
+2
*
put testing code under #ifdef TEST
Michael Niedermayer
2008-08-17
1
-1
/
+1
[next]