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-18
imgutils: Fix illegal read.
Thierry Foucu
2011-11-16
avutil: Add av_timegm as a public function
Martin Storsjö
2011-11-14
hwaccel: OS X Video Decoder Acceleration (VDA) support.
Sebastien Zwickert
2011-11-11
AVOptions: don't return an invalid option when option list is empty
Anton Khirnov
2011-11-10
aes: Avoid illegal read and don't generate more key than we use.
Alex Converse
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-02
Replace some forgotten FFmpeg references by Libav.
Diego Biurrun
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-19
AVOptions: add documentation.
Anton Khirnov
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-12
log.h: make AVClass a named struct
Jindrich Makovicka
2011-10-12
AVOptions: bump minor and add APIchanges entry.
Anton Khirnov
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
Remove all uses of deprecated AVOptions API.
Anton Khirnov
2011-10-12
AVOptions: add av_opt_next, deprecate av_next_option.
Anton Khirnov
2011-10-12
AVOptions: add functions for evaluating option strings.
Anton Khirnov
2011-10-12
AVOptions: split get_number().
Anton Khirnov
2011-10-12
AVOptions: add av_opt_get*, deprecate av_get*.
Anton Khirnov
2011-10-12
AVOptions: add av_opt_set*().
Anton Khirnov
2011-10-12
AVOptions: add new API for enumerating children.
Anton Khirnov
2011-10-11
intfloat_readwrite: fix signed addition overflows
Mans Rullgard
2011-10-10
AVOptions: refactor set_number/write_number
Anton Khirnov
2011-10-10
AVOptions: cosmetics, rename static av_set_number2() to write_number().
Anton Khirnov
2011-10-10
AVOptions: cosmetics, move and rename static av_set_number().
Anton Khirnov
2011-10-10
AVOptions: split av_set_string3 into opt type-specific functions
Anton Khirnov
2011-10-09
crc: fix signed overflow
Mans Rullgard
2011-09-26
x86: XOP/FMA4 CPU detection support
Jason Garrett-Glaser
2011-09-22
eval: test isnan(sqrt(-1)) instead of just sqrt(-1)
Anton Khirnov
2011-09-21
des: add possibility to calculate DES-CBC-MAC with small buffer
David Goldwich
2011-09-19
eval: implement not() expression
Stefano Sabatini
2011-09-19
eval: add sqrt function for computing the square root
Stefano Sabatini
2011-09-11
audioconvert: add explanatory comments to channel_names array
Stefano Sabatini
2011-09-11
audioconvert: K&R whitespace cosmetics
Stefano Sabatini
2011-09-07
AVOptions: remove AVOption.offset <= 0 checks
Anton Khirnov
2011-09-07
AVOptions: deprecate av_opt_set_defaults2
Anton Khirnov
2011-09-07
AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h
Anton Khirnov
2011-09-03
AVOptions: fix av_set_string3() doxy to match reality.
Anton Khirnov
2011-09-03
AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().
Anton Khirnov
2011-09-03
cpu detection: avoid a signed overflow
Sean McGovern
2011-09-01
AVOptions: drop av_ prefix from static av_get_number().
Anton Khirnov
2011-08-27
doxygen: drop another pointless star from pointer variable name
Diego Biurrun
2011-08-26
fifo: add FIFO API test program, and fate test
Stefano Sabatini
[next]