index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
Age
Commit message (
Expand
)
Author
2011-11-12
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-11
AVOptions: don't return an invalid option when option list is empty
Anton Khirnov
2011-11-11
avutil: add av_noreturn
Michael Niedermayer
2011-11-11
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-10
aes: Avoid illegal read and don't generate more key than we use.
Alex Converse
2011-11-09
audioconvert: make av_get_channel_layout accept composite names.
Nicolas George
2011-11-07
mpegaudiodec: add SSE-optimized imdct36()
Vitor Sessak
2011-11-07
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-07
audioconvert: prefer 5.X over 5.X(side).
Nicolas George
2011-11-06
x86inc: use sse versions of common macros instead of sse2 when applicable
Justin Ruggles
2011-11-06
Remove leftover includes of strings.h
Martin Storsjö
2011-11-06
avutil: Don't allow using strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
avstring: Add locale independent implementations of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
avstring: Add locale independent implementations of toupper/tolower
Luca Barbato
2011-11-05
Update x86inc.asm to latest x264 version, and add AVX symmetry.
Loren Merritt
2011-11-06
audioconvert: use + in av_get_channel_layout_string.
Nicolas George
2011-11-05
av_lzo1x_decode: properly handle negative buffer length.
Reimar Döffinger
2011-11-05
color_table array should be const.
Reimar Döffinger
2011-11-05
Put strings inside struct instead of extra indirection.
Reimar Döffinger
2011-11-03
Replace all strcasecmp/strncasecmp usages.
Reimar Döffinger
2011-11-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-02
opt: remove attribute_deprecated from several functions that do not have adeq...
Michael Niedermayer
2011-11-02
HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.
Sebastien Zwickert
2011-11-02
Replace some forgotten FFmpeg references by Libav.
Diego Biurrun
2011-10-22
Check for cbrtf() and provide fallback
Mans Rullgard
2011-10-22
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-21
fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm
Justin Ruggles
2011-10-21
sws/pixfmt/pixdesc: add support for yuv420p9le/be.
Ronald S. Bultje
2011-10-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-19
AVOptions: add documentation.
Anton Khirnov
2011-10-18
lavu: update minor number and add APIchanges entry after recent av_strtok() a...
Stefano Sabatini
2011-10-18
lavu: add av_strtok()
Stefano Sabatini
2011-10-18
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-17
parseutils: fix various cast qualifier warnings.
Michael Niedermayer
2011-10-17
dict: fix assignment discards qualifiers from pointer target type warnings.
Michael Niedermayer
2011-10-17
avstring: fix return discards qualifiers from pointer target type.
Michael Niedermayer
2011-10-17
avoptions: Fix av_opt_flag_is_set
Martin Storsjö
2011-10-17
AVOptions: don't segfault on NULL parameter in av_set_options_string()
Anton Khirnov
2011-10-16
av_tempfile: dont try the current directory with mkstemp() unless we are on w...
Michael Niedermayer
2011-10-16
av_tempfile: change mode for fallback to 0600 to match mkstemp()
Michael Niedermayer
2011-10-16
av_tempfile: Pass int log_offset, void *log_ctx
Michael Niedermayer
2011-10-16
av_tempfile: fix error codes
Michael Niedermayer
2011-10-16
av_tempfile: use O_EXCL
Michael Niedermayer
2011-10-16
av_tempfile: try tempnam(NULL) first
Michael Niedermayer
2011-10-16
av_tempfile: handle missing O_BINARY
Michael Niedermayer
2011-10-16
av_tempfile: fix alloc type for !HAVE_MKSTEMP
Michael Niedermayer
2011-10-16
Move av_tempfile() into libavutil, it is a generically usefull thing and its ...
Michael Niedermayer
2011-10-14
opt: handle AV_OPT_TYPE_CONST too
Michael Niedermayer
2011-10-13
eval: add mathematical constants (PI, E, PHI).
Nicolas George
[next]