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-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
2010-10-08
Install libavutil/opt.h, its API is public.
Stefano Sabatini
2010-10-06
Check whether compiler supports xmm registers in asm clobber list
Ramiro Polla
2010-10-05
Update av_cmp_q() documentation after r25338.
Stefano Sabatini
2010-10-05
Add selftest code for av_cmp_q().
Michael Niedermayer
2010-10-05
Make av_cmp_q() work with infinities and NAN.
Michael Niedermayer
2010-10-04
Make av_d2q() manage the case in which the value to convert is inf.
Stefano Sabatini
2010-10-04
snowdsp: Explicitly state the operand sizes
İsmail Dönmez
2010-10-02
Avoid cast of double nan to int.
Stefano Sabatini
2010-10-01
avassert: add missing #include <stdlib.h>
Måns Rullgård
2010-10-01
avassert: prettify macro
Måns Rullgård
2010-10-01
Rename libavutil/assert.h to avassert.h
Måns Rullgård
2010-10-01
Fix av_cmp_q() with negative denominators.
Michael Niedermayer
2010-09-30
Fix a typo in the nameing of av_assert0() in currently not compiled code.
Michael Niedermayer
2010-09-30
av_assert() system.
Michael Niedermayer
2010-09-29
Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().
Stefano Sabatini
2010-09-27
Move av_set_options_string() from libavfilter to libavutil.
Stefano Sabatini
2010-09-27
Move av_get_token() from libavfilter to libavutil.
Stefano Sabatini
2010-09-27
Simplify include, since opt.c is now in libavutil there is no need
Stefano Sabatini
2010-09-27
Cosmetics: apply misc style fixes.
Stefano Sabatini
2010-09-27
Bump version and update APIchanges after r25210.
Stefano Sabatini
[next]