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
*
Add libavresample
Justin Ruggles
2012-04-24
1
-0
/
+9
*
avutil: change default buffer size alignment for sample buffer functions
Justin Ruggles
2012-04-23
1
-2
/
+4
*
ARM: allow runtime masking of CPU features
Mans Rullgard
2012-04-22
5
-1
/
+80
*
avutil: add audio fifo buffer
Justin Ruggles
2012-04-20
4
-2
/
+343
*
x86inc: support AVX abstraction for 2-operand instructions
Loren Merritt
2012-04-18
1
-2
/
+8
*
avutil: add better documentation for AVSampleFormat
Justin Ruggles
2012-04-16
1
-1
/
+26
*
build: Move all arch OBJS declarations into arch subdirectory Makefiles.
Diego Biurrun
2012-04-12
3
-3
/
+2
*
x86inc improvements for 64-bit
Henrik Gramner
2012-04-11
1
-104
/
+114
*
mem: Consistently return NULL for av_malloc(0)
Martin Storsjö
2012-04-10
1
-1
/
+3
*
avutil: use align == 0 for default alignment in audio sample buffer functions
Justin Ruggles
2012-04-09
3
-3
/
+8
*
avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc()
Justin Ruggles
2012-04-09
2
-5
/
+8
*
audioconvert: make av_get_channel_layout accept composite names.
Nicolas George
2012-04-08
3
-12
/
+54
*
avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()
Justin Ruggles
2012-04-08
3
-11
/
+52
*
avutil: Add av_get_default_channel_layout()
Justin Ruggles
2012-04-05
3
-1
/
+21
*
cosmetics: Consistently place static, inline and av_cold attributes/keywords.
Diego Biurrun
2012-04-04
1
-1
/
+1
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
2
-6
/
+2
*
build: Only clean the architecture subdirectory we build for.
Diego Biurrun
2012-03-26
1
-2
/
+0
*
libavutil: Remove pointless rational test program.
Diego Biurrun
2012-03-26
2
-26
/
+1
*
libavutil: Remove broken and pointless lzo test program.
Diego Biurrun
2012-03-26
2
-47
/
+0
*
docs: Fix a stray reference to tags in the generic doxy on dicts
Martin Storsjö
2012-03-19
1
-1
/
+1
*
x86inc: add *mp named argument support to DEFINE_ARGS.
Ronald S. Bultje
2012-03-14
1
-0
/
+2
*
remove iwmmxt optimizations
Janne Grunau
2012-03-12
4
-32
/
+1
*
cpu: initialize mask to -1, so that by default, optimizations are used.
Ronald S. Bultje
2012-03-06
1
-1
/
+1
*
cpu: add av_set_cpu_flags_mask().
Anton Khirnov
2012-03-06
3
-2
/
+20
*
x86inc: don't "bake" stack_offset in named arguments.
Loren Merritt
2012-03-03
1
-1
/
+4
*
doxygen: Remove documentation for non-existing parameters; misc small fixes.
Diego Biurrun
2012-02-28
1
-2
/
+1
*
avutil: add AVERROR_UNKNOWN
Justin Ruggles
2012-02-25
3
-2
/
+4
*
Remove libpostproc.
Diego Biurrun
2012-02-23
1
-1
/
+0
*
Add channel names to channel_names[] array for channels added in b2890f5
Tim Walker
2012-02-22
1
-0
/
+4
*
Add names for more channel layouts to the channel layout map.
Tim W
2012-02-21
1
-0
/
+18
*
Mark mutable static data const where appropriate.
Alex Converse
2012-02-21
1
-2
/
+2
*
avutil: add av_rescale_q_rnd() to allow different rounding
Justin Ruggles
2012-02-20
3
-3
/
+16
*
Move some conditionally used variables into the block where they are used.
Diego Biurrun
2012-02-13
1
-1
/
+2
*
build: Add missing directories to DIRS declarations.
Diego Biurrun
2012-02-09
1
-1
/
+1
*
pixdesc: mark pseudopaletted formats with a special flag.
Anton Khirnov
2012-02-08
4
-8
/
+17
*
x86inc: support yasm -f win64 flag also.
Haruhiko Yamagata
2012-02-08
1
-0
/
+2
*
x86inc: allow manual use of WIN64_SPILL_XMM.
Henrik Gramner
2012-02-08
1
-4
/
+5
*
aacdec: Use correct speaker order for 7.1.
Alex Converse
2012-02-08
1
-0
/
+1
*
win64: add a XMM clobber test configure option.
Ronald S. Bultje
2012-02-02
1
-0
/
+71
*
avutil: make intfloat api public
Paul B Mahol
2012-01-30
2
-1
/
+2
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
4
-4
/
+0
*
x86inc.asm: fix typo.
Ronald S. Bultje
2012-01-27
1
-1
/
+1
*
config.asm: change %ifdef directives to %if directives.
Ronald S. Bultje
2012-01-27
2
-14
/
+16
*
Revert "sws/pixfmt/pixdesc: add support for yuva444p"
Alex Converse
2012-01-26
3
-15
/
+1
*
sws/pixfmt/pixdesc: add support for yuva444p
Paul B Mahol
2012-01-27
3
-1
/
+15
*
libavutil: Remove pointless file test program.
Diego Biurrun
2012-01-26
2
-19
/
+1
*
mpegaudiodec: optimized iMDCT transform
Vitor Sessak
2012-01-08
1
-0
/
+2
*
timer: K&R formatting cosmetics
Diego Biurrun
2012-01-05
1
-20
/
+24
*
lavu: bump lavu minor for av_popcount64
Janne Grunau
2012-01-03
1
-1
/
+1
*
Add av_popcount64
Daniel Verkamp
2012-01-03
1
-0
/
+13
[next]