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
*
Move xGA font data from lavc to lavu.
Clément Bœsch
2012-10-01
3
-0
/
+452
*
cpu: improve av_get_cpu_flags() doxy
Michael Niedermayer
2012-10-01
1
-0
/
+3
*
xtea: fix decryption with --enable-small
Giorgio Vazzana
2012-09-30
1
-2
/
+2
*
xtea: move iv decrypt handling code into xtea_crypt_ecb()
Michael Niedermayer
2012-09-30
1
-17
/
+9
*
xtea-test: test inplace decryption
Michael Niedermayer
2012-09-30
1
-1
/
+15
*
xtea: fix CBC mode when src=dst
Giorgio Vazzana
2012-09-30
1
-1
/
+8
*
xtea-test: factorize test code
Michael Niedermayer
2012-09-30
1
-10
/
+9
*
lavu/opt: cosmetic fixes forgotten in the previous patch.
Nicolas George
2012-09-30
2
-7
/
+10
*
opt: implement av_opt_set_from_string().
Nicolas George
2012-09-30
2
-0
/
+146
*
MinGW: Use our snprintf/vsnprintf when MinGW's is broken
Derek Buitenhuis
2012-09-25
1
-2
/
+3
*
ppc/cpu: make linux 32bit specific altivec detection depend on __linux__
Michael Niedermayer
2012-09-24
1
-1
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-21
1
-1
/
+2
|
\
|
*
ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC code
Mans Rullgard
2012-09-21
1
-1
/
+1
|
*
ARM: align PIC offset pools to 4 bytes
Mans Rullgard
2012-09-21
1
-0
/
+1
|
*
ARM: swap source operands in some add instructions
Mans Rullgard
2012-09-20
1
-1
/
+1
*
|
av_des_init: suppress warning about unused parameter
Michael Niedermayer
2012-09-19
1
-1
/
+1
*
|
avutil: Cast AV_NOPTS_VALUE to int64_t explicitly
Andrey Utkin
2012-09-19
1
-1
/
+1
*
|
fate: add av_small_strptime() test to fate-parseutils
Stefano Sabatini
2012-09-17
1
-0
/
+29
*
|
lavu/parseutils: fix av_small_strptime() whitespace directive parsing
Stefano Sabatini
2012-09-17
2
-1
/
+7
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-16
1
-0
/
+6
|
\
\
|
|
/
|
*
flacdsp: arm optimised lpc filter
Mans Rullgard
2012-09-15
1
-0
/
+6
*
|
lavu/error: make error_entries static const.
Clément Bœsch
2012-09-16
1
-3
/
+3
*
|
bprint: Remove custom vsnprintf
Derek Buitenhuis
2012-09-15
1
-19
/
+0
*
|
x86_cpu.h: newline at the end to shutup some warnings in opencc
Michael Niedermayer
2012-09-13
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-13
3
-1
/
+3
|
\
\
|
|
/
|
*
lavu/audioconvert: add a second low frequency channel.
Tim Walker
2012-09-12
3
-1
/
+3
|
*
mem: fix typo in check for __ICC
Mans Rullgard
2012-09-10
1
-1
/
+1
*
|
FATE/bprint: Convert a VLA to a normal array
Derek Buitenhuis
2012-09-12
1
-1
/
+5
*
|
xtea: optimize core, about 4-5% faster.
Michael Niedermayer
2012-09-11
1
-1
/
+83
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-09
1
-4
/
+3
|
\
\
|
|
/
|
*
x86: Replace checks for CPU extensions and flags by convenience macros
Diego Biurrun
2012-09-08
1
-4
/
+3
*
|
lavu/samplefmt: fix/clarify documentation for av_samples_fill_arrays()
Stefano Sabatini
2012-09-09
1
-5
/
+5
*
|
lavu/samplefmt: add note regarding buf validity in av_samples_fill_arrays() doxy
Stefano Sabatini
2012-09-09
1
-0
/
+4
*
|
random_seed: Replace a VLA with a normal array
Derek Buitenhuis
2012-09-08
1
-1
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-08
1
-3
/
+3
|
\
\
|
|
/
|
*
x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64
Justin Ruggles
2012-09-07
1
-3
/
+3
*
|
random_seed: Only read /dev/*random if we have unistd.h
Ronald S. Bultje
2012-09-07
1
-0
/
+8
*
|
lavu/opt: reindent after last commit
Stefano Sabatini
2012-09-07
1
-8
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-06
2
-4
/
+7
|
\
\
|
|
/
|
*
avopt: fix examples to match the same style about default values as the actua...
Michael Niedermayer
2012-09-05
1
-4
/
+4
|
*
lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.
Ronald S. Bultje
2012-09-05
1
-0
/
+3
*
|
Revert "lavu: add snprintf(), vsnprint() and strtod() replacements for MS run...
Michael Niedermayer
2012-09-06
1
-3
/
+0
*
|
lavu/parseutils: add av_small_strptime()
Stefano Sabatini
2012-09-06
3
-16
/
+31
*
|
lavu/parseutils: make small_strptime() return a (non const) char *
Stefano Sabatini
2012-09-06
1
-2
/
+2
*
|
avopt: fix examples to match the same style about default values as the actua...
Michael Niedermayer
2012-09-05
1
-4
/
+4
*
|
lavu/opt: support NULL and special "none" values for size and pixel format op...
Stefano Sabatini
2012-09-05
2
-3
/
+11
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-05
2
-2
/
+2
|
\
\
|
|
/
|
*
avopt: Reorder the default_val struct, making i64 the first field
Martin Storsjö
2012-09-04
2
-2
/
+2
*
|
Merge commit '21bc44038491e525335ad763883b0288402ff6a0'
Michael Niedermayer
2012-09-05
1
-1
/
+1
|
\
\
|
|
/
|
*
avopt: Explicitly store rational option defaults in .dbl
Martin Storsjö
2012-09-04
1
-1
/
+1
[next]