1044 Commits (ded38a9bf03d833667725c3d4b50fffc557d2520)

Author SHA1 Message Date
Ramiro Polla e3c011c836 fix building of cpu-test by including required header 14 years ago
Stefano Sabatini 3011ecdeb7 Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of 14 years ago
Etienne Buira 129983408d Allow to force colored output. 14 years ago
Stefano Sabatini bb4afa13dd Deprecate avcodec_pix_fmt_string() in favor of 14 years ago
Michael Niedermayer b47541c7a3 Change the argument of memory allocation functions from unsigned int to size_t 14 years ago
Carl Eugen Hoyos 086e997e34 Intel C compiler 12.0 does not suport these attributes: may_alias, force_align_arg_pointer and alloc_size. 14 years ago
Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
Stefano Sabatini 20fcd0797e Implement isnan() function evaluation. 14 years ago
Stefano Sabatini 4cabef0a9d Make strmatch() return 1 only if the string compared against the 14 years ago
Stefano Sabatini 2b59fbe9b1 Add st, ld, while examples/tests. 14 years ago
Stefano Sabatini 8bb12e71af Add examples of unary operators. 14 years ago
Stefano Sabatini 63b1630356 Fix evaluation of expressions of the form: E1;E2. 14 years ago
Stefano Sabatini 4ddade62dd Install libavutil/opt.h, its API is public. 14 years ago
Ramiro Polla 6f74fb03cd Check whether compiler supports xmm registers in asm clobber list 14 years ago
Stefano Sabatini 3a1429ec3c Update av_cmp_q() documentation after r25338. 14 years ago
Michael Niedermayer 59a3bf0e51 Add selftest code for av_cmp_q(). 14 years ago
Michael Niedermayer dec1126915 Make av_cmp_q() work with infinities and NAN. 14 years ago
Stefano Sabatini 6b4ed22f75 Make av_d2q() manage the case in which the value to convert is inf. 14 years ago
İsmail Dönmez 9276bdddca snowdsp: Explicitly state the operand sizes 14 years ago
Stefano Sabatini 1405782cf4 Avoid cast of double nan to int. 14 years ago
Måns Rullgård 0795b86174 avassert: add missing #include <stdlib.h> 14 years ago
Måns Rullgård f23ceeb84d avassert: prettify macro 14 years ago
Måns Rullgård b64b4134d5 Rename libavutil/assert.h to avassert.h 14 years ago
Michael Niedermayer 8a47d90b29 Fix av_cmp_q() with negative denominators. 14 years ago
Michael Niedermayer c619572a7b Fix a typo in the nameing of av_assert0() in currently not compiled code. 14 years ago
Michael Niedermayer b926b6282d av_assert() system. 14 years ago
Stefano Sabatini 584b8edb99 Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2(). 14 years ago
Stefano Sabatini c85eef4ed8 Move av_set_options_string() from libavfilter to libavutil. 14 years ago
Stefano Sabatini 372e288408 Move av_get_token() from libavfilter to libavutil. 14 years ago
Stefano Sabatini be0e596a57 Simplify include, since opt.c is now in libavutil there is no need 14 years ago
Stefano Sabatini 8f1afd3b37 Cosmetics: apply misc style fixes. 14 years ago
Stefano Sabatini 41f87daaa3 Bump version and update APIchanges after r25210. 14 years ago
Måns Rullgård 3288177150 ARM: change return type of AV_RN16() to unsigned 14 years ago
Michael Niedermayer 6ed040408b Move AVOptions from libavcodec to libavutil 14 years ago
Michael Niedermayer d7cd001ff2 indent 14 years ago
Michael Niedermayer 8a19053361 Cosmetic (rename detect_repeats to is_atty which matches the truth) 14 years ago
Michael Niedermayer 1c1c80f0a3 2nd try to fix av_log() repeated detection 14 years ago
Tomas Härdin bc6f0af289 Add av_popcount() to libavutil/common.h and bump minor version 14 years ago
Michael Niedermayer c157fe6356 Limit av_log repeat detection to terminals so as to avoid filling files with 14 years ago
Stefano Sabatini 4660143a2c Apply minor simplification in av_read_image_line(). 14 years ago
Måns Rullgård 78b19cf029 pixdesc: indent 14 years ago
Måns Rullgård 9525243f59 pixdesc: use 8-bit accesses when possible in av_read/write_image_line() 14 years ago
Stefano Sabatini 4b9ac6dedc Cosmetics: use x ? y : z construct and merge intialization and 14 years ago
Måns Rullgård 65d45cea34 Add missing #include <string.h> in x86/cpu.c 14 years ago
Måns Rullgård a3f0d2b967 Cache detected CPU flags 14 years ago
Måns Rullgård 9275438a19 Clean up av_get_cpu_flag() 14 years ago
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
Stefano Sabatini e778e50f63 Sort AV_CPU_FLAG* by value. 14 years ago
Stefano Sabatini d593b4ed02 Fix typo. 14 years ago
Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 14 years ago