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-04-14
avutil: make aes and sha api public
Alexis Ballier
2011-04-10
eval: add support for trunc, ceil, and floor functions
Stefano Sabatini
2011-04-10
os: fix OpenBSD/PowerPC compilation
Brad
2011-04-10
pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
Peter Ross
2011-03-23
Remove unnecessary icc version checks
Mans Rullgard
2011-03-22
cosmetics: indentation
Justin Ruggles
2011-03-22
Add a CPU flag for the Atom processor.
Justin Ruggles
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Janne Grunau
2011-03-16
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
Janne Grunau
2011-03-15
Add AVERROR_EXIT.
Nicolas George
2011-02-20
x86: use raw opcode for xgetbv instruction
Mans Rullgard
2011-02-20
x86: check for AVX support
Mans Rullgard
2011-02-17
Force inlining of avutil common routines
Jason Garrett-Glaser
2011-02-17
lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes
Anton Khirnov
2011-02-17
Move find_info_tag to lavu and add av_ prefix to it
Anton Khirnov
2011-02-16
Deprecate parse_date() in favor of av_parse_time().
Stefano Sabatini
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-02-11
Add check for Athlon64 and similar AMD processors with slow SSE2.
Justin Ruggles
2011-02-09
Frame-based multithreading framework using pthreads
Alexander Strange
2011-02-04
Remove a few if (p) av_freep(&p) forms
Clément Bœsch
2011-02-03
Avoid pointless check before calling free
Clément Bœsch
2011-02-02
Add forgotten minor API bumps and APIChanges entries
Anton Khirnov
2011-01-31
Rename attribute_used to av_used and move it to attributes.h
Mans Rullgard
2011-01-29
Replace dprintf with av_dlog
Luca Barbato
2011-01-25
intfloat_readwrite: include "mathematics.h" for fallback macros
Mans Rullgard
2011-01-24
Handle input or output len of 0 properly in lzo decoder.
Reimar Döffinger
2011-01-23
MIPS: use inline asm only when supported by compiler
Mans Rullgard
2011-01-18
cpu-test: include stdio.h only for test prog
Mans Rullgard
2011-01-18
Use INFINITY and NAN macros instead of 1/0 and 0/0
Mans Rullgard
2011-01-18
consolidate .gitignore patters into a single file
Janne Grunau
2011-01-17
convert svn:ignore properties to .gitignore files
Janne Grunau
2011-01-05
Win32 support for av_file_map()
Daniel Verkamp
2011-01-01
Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32
Daniel Verkamp
2010-12-22
Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).
Stefano Sabatini
2010-12-22
Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.
Stefano Sabatini
2010-12-22
Add av_file_map() and av_file_unmap() functions.
Stefano Sabatini
2010-12-19
Add AVERROR_*_NOT_FOUND codes.
Nicolas George
2010-12-07
fix building of cpu-test by including required header
Ramiro Polla
2010-12-06
Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of
Stefano Sabatini
2010-12-05
Allow to force colored output.
Etienne Buira
2010-12-04
Deprecate avcodec_pix_fmt_string() in favor of
Stefano Sabatini
2010-12-04
Change the argument of memory allocation functions from unsigned int to size_t
Michael Niedermayer
2010-11-10
Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...
Carl Eugen Hoyos
2010-11-08
Use hierarchic names convention (prefix them with av_expr) for the
Stefano Sabatini
2010-11-03
Implement isnan() function evaluation.
Stefano Sabatini
2010-11-01
Make strmatch() return 1 only if the string compared against the
Stefano Sabatini
2010-11-01
Add st, ld, while examples/tests.
Stefano Sabatini
2010-11-01
Add examples of unary operators.
Stefano Sabatini
2010-11-01
Fix evaluation of expressions of the form: E1;E2.
Stefano Sabatini
[next]