summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* intfloat_readwrite: include "mathematics.h" for fallback macrosMans Rullgard2011-01-251-1/+1
* Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger2011-01-241-0/+8
* MIPS: use inline asm only when supported by compilerMans Rullgard2011-01-231-0/+4
* cpu-test: include stdio.h only for test progMans Rullgard2011-01-181-2/+1
* Use INFINITY and NAN macros instead of 1/0 and 0/0Mans Rullgard2011-01-181-4/+4
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-189-31/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-179-0/+31
* Win32 support for av_file_map()Daniel Verkamp2011-01-051-0/+26
* Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32Daniel Verkamp2011-01-011-1/+1
* Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).Stefano Sabatini2010-12-221-2/+2
* Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.Stefano Sabatini2010-12-221-1/+1
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-225-1/+179
* Add AVERROR_*_NOT_FOUND codes.Nicolas George2010-12-193-1/+18
* fix building of cpu-test by including required headerRamiro Polla2010-12-071-0/+2
* Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use ofStefano Sabatini2010-12-061-2/+3
* Allow to force colored output.Etienne Buira2010-12-051-2/+2
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-043-1/+27
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-042-6/+12
* Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos2010-11-103-3/+3
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-084-41/+116
* Implement isnan() function evaluation.Stefano Sabatini2010-11-032-3/+8
* Make strmatch() return 1 only if the string compared against theStefano Sabatini2010-11-012-2/+5
* Add st, ld, while examples/tests.Stefano Sabatini2010-11-011-0/+8
* Add examples of unary operators.Stefano Sabatini2010-11-011-0/+3
* Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini2010-11-012-2/+3
* Install libavutil/opt.h, its API is public.Stefano Sabatini2010-10-082-1/+2
* Check whether compiler supports xmm registers in asm clobber listRamiro Polla2010-10-061-0/+20
* Update av_cmp_q() documentation after r25338.Stefano Sabatini2010-10-051-1/+2
* Add selftest code for av_cmp_q().Michael Niedermayer2010-10-051-0/+20
* Make av_cmp_q() work with infinities and NAN.Michael Niedermayer2010-10-052-2/+5
* Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini2010-10-043-1/+5
* snowdsp: Explicitly state the operand sizesİsmail Dönmez2010-10-041-0/+2
* Avoid cast of double nan to int.Stefano Sabatini2010-10-021-2/+4
* avassert: add missing #include <stdlib.h>Måns Rullgård2010-10-011-0/+1
* avassert: prettify macroMåns Rullgård2010-10-011-1/+7
* Rename libavutil/assert.h to avassert.hMåns Rullgård2010-10-013-4/+4
* Fix av_cmp_q() with negative denominators.Michael Niedermayer2010-10-011-1/+1
* Fix a typo in the nameing of av_assert0() in currently not compiled code.Michael Niedermayer2010-09-301-2/+2
* av_assert() system.Michael Niedermayer2010-09-304-3/+63
* Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().Stefano Sabatini2010-09-291-0/+1
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-273-1/+172
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-273-1/+105
* Simplify include, since opt.c is now in libavutil there is no needStefano Sabatini2010-09-271-1/+1
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-09-271-75/+88
* Bump version and update APIchanges after r25210.Stefano Sabatini2010-09-271-1/+1
* ARM: change return type of AV_RN16() to unsignedMåns Rullgård2010-09-261-2/+2
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-264-0/+656
* indentMichael Niedermayer2010-09-241-1/+1
* Cosmetic (rename detect_repeats to is_atty which matches the truth)Michael Niedermayer2010-09-241-3/+3
* 2nd try to fix av_log() repeated detectionMichael Niedermayer2010-09-243-2/+20
OpenPOWER on IntegriCloud