index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace remaining includes of audioconvert.h with channel_layout.h
Anton Khirnov
2013-03-08
1
-1
/
+1
*
AVFrame: deprecate all now unused fields
Anton Khirnov
2013-03-08
1
-1
/
+25
*
AVFrame: add side data.
Anton Khirnov
2013-03-08
2
-0
/
+110
*
Move AVFrame from lavc to lavu.
Anton Khirnov
2013-03-08
3
-0
/
+832
*
lavc: move AVFrame.hwaccel_picture_private to Picture.
Anton Khirnov
2013-03-08
1
-1
/
+3
*
AVBuffer: add a new API for buffer pools
Anton Khirnov
2013-03-08
3
-0
/
+245
*
lavu: add a new API for reference-counted data buffers.
Anton Khirnov
2013-03-08
4
-0
/
+453
*
lavu: add support for atomic operations.
Ronald S. Bultje
2013-03-08
6
-0
/
+348
*
avstring: Fix isxdigit to not accept non-hex characters
Martin Storsjö
2013-03-07
1
-1
/
+1
*
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2013-03-07
5
-8
/
+6
*
avstring: Add locale independent versions of some ctype.h functions
Reimar Döffinger
2013-03-07
3
-1
/
+43
*
lls: Do not return from void functions
Diego Biurrun
2013-03-01
1
-3
/
+3
*
lls: #ifndef --> #if in FF_API_ version guard
Diego Biurrun
2013-03-01
2
-4
/
+8
*
lls: mark max_order as unsigned short
Luca Barbato
2013-02-28
2
-2
/
+2
*
lls: move to the private namespace
Luca Barbato
2013-02-28
3
-9
/
+38
*
lls: K&R formatting cosmetics
Luca Barbato
2013-02-28
1
-3
/
+3
*
av_memcpy_backptr: avoid an infinite loop for back = 0
Anton Khirnov
2013-02-23
1
-0
/
+3
*
intreadwrite: tomi: Add missing attributes.h #include for av_always_inline
Diego Biurrun
2013-02-20
1
-0
/
+2
*
x86: Use simple nop codes for <= sse (rather than <= mmx)
Ronald S. Bultje
2013-02-19
1
-1
/
+1
*
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
[next]