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
*
avutil: Ensure that emms_c is always defined, even on non-x86
Diego Biurrun
2013-02-14
2
-3
/
+6
*
avutil: Move emms code to x86-specific header
Diego Biurrun
2013-02-14
2
-20
/
+26
*
lavu: avoid clashing definition of E
Luca Barbato
2013-02-12
1
-4
/
+4
*
crc: Move static data table from header to .c file
Diego Biurrun
2013-02-11
2
-214
/
+186
*
arm: Fall back to runtime cpu feature detection via /proc/cpuinfo
Martin Storsjö
2013-02-11
1
-1
/
+34
*
dsputil: Move LOCAL_ALIGNED macros to libavutil
Diego Biurrun
2013-02-08
1
-0
/
+26
*
dict: add av_dict_parse_string()
Justin Ruggles
2013-01-25
3
-1
/
+65
*
lavu: Add av_strnstr()
Vladimir Pantelic
2013-01-25
3
-1
/
+30
*
avstring: K&R formatting cosmetics
Luca Barbato
2013-01-24
1
-59
/
+56
*
float_dsp: Include config.h for redefining restrict
Martin Storsjö
2013-01-23
1
-0
/
+2
*
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
6
-0
/
+78
*
floatdsp: move butterflies_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
4
-0
/
+37
*
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
11
-0
/
+208
*
floatdsp: move vector_fmul_add from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
9
-0
/
+122
*
x86: Add a Yasm-based emms() replacement
Martin Storsjö
2013-01-18
4
-0
/
+58
*
x86inc: Add cvisible macro for C functions with public prefix
Diego Biurrun
2013-01-18
2
-14
/
+29
*
x86inc: Rename "program_name" to "private_prefix"
Diego Biurrun
2013-01-18
2
-6
/
+6
*
float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window
Martin Storsjö
2013-01-17
1
-3
/
+3
*
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2013-01-16
8
-0
/
+206
*
lavu: Add a fate test for the HMAC API
Martin Storsjö
2013-01-15
2
-0
/
+49
*
x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags
Diego Biurrun
2013-01-15
1
-0
/
+8
*
x86: ABSB2: port to cpuflags
Diego Biurrun
2013-01-15
1
-8
/
+6
*
x86: ABSB: port to cpuflags
Diego Biurrun
2013-01-15
1
-6
/
+5
*
lavu: Add an API for calculating HMAC (RFC 2104)
Martin Storsjö
2013-01-15
4
-1
/
+236
*
x86: ABS2: port to cpuflags
Diego Biurrun
2013-01-14
1
-16
/
+13
*
Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.
Diego Biurrun
2013-01-12
1
-1
/
+1
*
pixfmt: add picture format for VDPAU
Rémi Denis-Courmont
2013-01-12
2
-0
/
+7
*
x86: ABS1: port to cpuflags
Diego Biurrun
2013-01-06
1
-12
/
+9
*
Drop unnecessary 'l' length modifier when printfing double values.
Diego Biurrun
2012-12-31
1
-1
/
+1
*
avstring: add av_basename and av_dirname
Luca Barbato
2012-12-29
3
-1
/
+58
*
opt: avoid segfault in av_opt_next() if the class does not have an option list
Justin Ruggles
2012-12-22
1
-2
/
+4
*
lavc: merge latest x86inc.asm fixes with x264
Ronald S. Bultje
2012-12-19
1
-13
/
+20
*
misc typo, style and wording fixes
Diego Biurrun
2012-12-18
2
-32
/
+33
*
x86inc: fully concatenate tokens to fix macro expansion for nasm
Janne Grunau
2012-12-13
1
-2
/
+2
*
x86inc: fix stack alignment on win64
Ronald S. Bultje
2012-12-12
1
-4
/
+6
*
x86inc: support stack mem allocation and re-alignment in PROLOGUE
Ronald S. Bultje
2012-12-12
1
-36
/
+149
*
x86: float_dsp: fix loading of the len parameter on x86-32
Justin Ruggles
2012-12-07
1
-1
/
+4
*
arm: detect cpu features at runtime on Linux
Mans Rullgard
2012-12-07
1
-0
/
+83
*
arm: rename ARMVFP config symbol to VFP
Mans Rullgard
2012-12-07
4
-5
/
+5
*
arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation
Mans Rullgard
2012-12-07
3
-8
/
+8
*
x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32
Justin Ruggles
2012-12-06
1
-1
/
+1
*
pixdesc: fix yuva 10bit bit depth
Paul B Mahol
2012-12-05
1
-20
/
+20
*
x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling
Justin Ruggles
2012-12-05
1
-0
/
+1
*
lavu/opt: do not filter out the initial sign character except for flags
Justin Ruggles
2012-12-05
1
-3
/
+8
*
eval: treat dB as decibels instead of decibytes
Justin Ruggles
2012-12-05
1
-3
/
+24
*
float_dsp: add vector_dmul_scalar() to multiply a vector of doubles
Justin Ruggles
2012-12-05
5
-0
/
+89
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
15
-29
/
+0
*
avutil: Use a configure check to enable windows console functions
Martin Storsjö
2012-11-30
1
-2
/
+2
*
avutil: Include io.h with a separate condition from windows console functions
Martin Storsjö
2012-11-30
1
-1
/
+3
*
avutil: Include io.h with a separate condition from MapViewOfFile
Martin Storsjö
2012-11-29
1
-1
/
+3
[next]