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
*
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
*
Testing code uses random().
Michael Niedermayer
2008-08-17
1
-0
/
+1
*
fix includes
Michael Niedermayer
2008-08-17
1
-2
/
+1
*
Principal component analysis
Michael Niedermayer
2008-08-17
2
-0
/
+262
*
Remove hackish support for fastmemcpy from MPlayer.
Diego Biurrun
2008-08-14
1
-5
/
+0
*
move M_PI definition along with other math definitions
Aurelien Jacobs
2008-08-13
3
-5
/
+4
*
define some math constants so as not to depend on _XOPEN_SOURCE
Aurelien Jacobs
2008-08-13
1
-0
/
+14
*
Cosmetics: fix weird indent.
Stefano Sabatini
2008-08-08
1
-1
/
+1
*
Implement avutil_version().
Stefano Sabatini
2008-08-08
3
-1
/
+35
*
Remove unused redefinition of av_log for test.
Benoit Fouet
2008-08-07
1
-5
/
+1
*
Remove a useless directive.
Benoit Fouet
2008-08-06
1
-1
/
+0
*
Cosmetics: indentation
Benoit Fouet
2008-08-06
1
-1
/
+1
*
Add av_memcpy_backptr(): deliberately overlapping memcpy variant.
Peter Ross
2008-08-06
2
-3
/
+23
*
misc spelling/wording fixes
Diego Biurrun
2008-08-04
2
-10
/
+10
*
fix ARMv6 FASTDIV for divisor <=2
Måns Rullgård
2008-07-31
1
-1
/
+4
*
1000l typo my new PRNG converged to -1.
Michael Niedermayer
2008-07-30
1
-1
/
+1
*
Add a multiplicative LFG for those thinking the additive is not good
Michael Niedermayer
2008-07-30
1
-1
/
+12
*
USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
Diego Biurrun
2008-07-30
1
-1
/
+1
*
Document av_lfg_get().
Michael Niedermayer
2008-07-28
1
-0
/
+6
*
Warning about MTs speed.
Michael Niedermayer
2008-07-28
1
-1
/
+8
*
Simple lagged fibonacci PRNG.
Michael Niedermayer
2008-07-28
2
-0
/
+101
*
Add random to list of test programs.
Diego Biurrun
2008-07-27
1
-1
/
+1
*
Change return type of main function to int to avoid a warning.
Diego Biurrun
2008-07-27
1
-1
/
+2
*
Move #includes, which are only used in the test program, below the #ifdef
Diego Biurrun
2008-07-27
1
-5
/
+2
*
Change benchmarking code so it returns comparable values.
Michael Niedermayer
2008-07-27
1
-7
/
+4
*
Make the selftesting code use and compileable.
Michael Niedermayer
2008-07-27
2
-8
/
+3
*
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
Diego Biurrun
2008-07-24
1
-1
/
+1
*
Remove AltiVec vector declaration compiler compatibility macros.
Diego Biurrun
2008-07-24
1
-8
/
+0
*
intreadwrite: support DEC compiler __unaligned type qualifier
Måns Rullgård
2008-07-18
1
-1
/
+11
*
Rearrange AV_[RW][BL]*() macros
Måns Rullgård
2008-07-17
1
-49
/
+41
[next]