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
*
cpu-test: include stdio.h only for test prog
Mans Rullgard
2011-01-18
1
-2
/
+1
*
Use INFINITY and NAN macros instead of 1/0 and 0/0
Mans Rullgard
2011-01-18
1
-4
/
+4
*
consolidate .gitignore patters into a single file
Janne Grunau
2011-01-18
9
-31
/
+0
*
convert svn:ignore properties to .gitignore files
Janne Grunau
2011-01-17
9
-0
/
+31
*
Win32 support for av_file_map()
Daniel Verkamp
2011-01-05
1
-0
/
+26
*
Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32
Daniel Verkamp
2011-01-01
1
-1
/
+1
*
Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).
Stefano Sabatini
2010-12-22
1
-2
/
+2
*
Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.
Stefano Sabatini
2010-12-22
1
-1
/
+1
*
Add av_file_map() and av_file_unmap() functions.
Stefano Sabatini
2010-12-22
5
-1
/
+179
*
Add AVERROR_*_NOT_FOUND codes.
Nicolas George
2010-12-19
3
-1
/
+18
*
fix building of cpu-test by including required header
Ramiro Polla
2010-12-07
1
-0
/
+2
*
Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of
Stefano Sabatini
2010-12-06
1
-2
/
+3
*
Allow to force colored output.
Etienne Buira
2010-12-05
1
-2
/
+2
*
Deprecate avcodec_pix_fmt_string() in favor of
Stefano Sabatini
2010-12-04
3
-1
/
+27
*
Change the argument of memory allocation functions from unsigned int to size_t
Michael Niedermayer
2010-12-04
2
-6
/
+12
*
Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...
Carl Eugen Hoyos
2010-11-10
3
-3
/
+3
*
Use hierarchic names convention (prefix them with av_expr) for the
Stefano Sabatini
2010-11-08
4
-41
/
+116
*
Implement isnan() function evaluation.
Stefano Sabatini
2010-11-03
2
-3
/
+8
*
Make strmatch() return 1 only if the string compared against the
Stefano Sabatini
2010-11-01
2
-2
/
+5
*
Add st, ld, while examples/tests.
Stefano Sabatini
2010-11-01
1
-0
/
+8
*
Add examples of unary operators.
Stefano Sabatini
2010-11-01
1
-0
/
+3
*
Fix evaluation of expressions of the form: E1;E2.
Stefano Sabatini
2010-11-01
2
-2
/
+3
*
Install libavutil/opt.h, its API is public.
Stefano Sabatini
2010-10-08
2
-1
/
+2
*
Check whether compiler supports xmm registers in asm clobber list
Ramiro Polla
2010-10-06
1
-0
/
+20
*
Update av_cmp_q() documentation after r25338.
Stefano Sabatini
2010-10-05
1
-1
/
+2
*
Add selftest code for av_cmp_q().
Michael Niedermayer
2010-10-05
1
-0
/
+20
*
Make av_cmp_q() work with infinities and NAN.
Michael Niedermayer
2010-10-05
2
-2
/
+5
*
Make av_d2q() manage the case in which the value to convert is inf.
Stefano Sabatini
2010-10-04
3
-1
/
+5
*
snowdsp: Explicitly state the operand sizes
İsmail Dönmez
2010-10-04
1
-0
/
+2
*
Avoid cast of double nan to int.
Stefano Sabatini
2010-10-02
1
-2
/
+4
*
avassert: add missing #include <stdlib.h>
Måns Rullgård
2010-10-01
1
-0
/
+1
*
avassert: prettify macro
Måns Rullgård
2010-10-01
1
-1
/
+7
*
Rename libavutil/assert.h to avassert.h
Måns Rullgård
2010-10-01
3
-4
/
+4
*
Fix av_cmp_q() with negative denominators.
Michael Niedermayer
2010-10-01
1
-1
/
+1
*
Fix a typo in the nameing of av_assert0() in currently not compiled code.
Michael Niedermayer
2010-09-30
1
-2
/
+2
*
av_assert() system.
Michael Niedermayer
2010-09-30
4
-3
/
+63
*
Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().
Stefano Sabatini
2010-09-29
1
-0
/
+1
*
Move av_set_options_string() from libavfilter to libavutil.
Stefano Sabatini
2010-09-27
3
-1
/
+172
*
Move av_get_token() from libavfilter to libavutil.
Stefano Sabatini
2010-09-27
3
-1
/
+105
*
Simplify include, since opt.c is now in libavutil there is no need
Stefano Sabatini
2010-09-27
1
-1
/
+1
*
Cosmetics: apply misc style fixes.
Stefano Sabatini
2010-09-27
1
-75
/
+88
*
Bump version and update APIchanges after r25210.
Stefano Sabatini
2010-09-27
1
-1
/
+1
*
ARM: change return type of AV_RN16() to unsigned
Måns Rullgård
2010-09-26
1
-2
/
+2
*
Move AVOptions from libavcodec to libavutil
Michael Niedermayer
2010-09-26
4
-0
/
+656
*
indent
Michael Niedermayer
2010-09-24
1
-1
/
+1
*
Cosmetic (rename detect_repeats to is_atty which matches the truth)
Michael Niedermayer
2010-09-24
1
-3
/
+3
*
2nd try to fix av_log() repeated detection
Michael Niedermayer
2010-09-24
3
-2
/
+20
*
Add av_popcount() to libavutil/common.h and bump minor version
Tomas Härdin
2010-09-14
2
-1
/
+18
*
Limit av_log repeat detection to terminals so as to avoid filling files with
Michael Niedermayer
2010-09-14
1
-1
/
+7
*
Apply minor simplification in av_read_image_line().
Stefano Sabatini
2010-09-12
1
-4
/
+3
[next]