1032 Commits (d56920e206b639d9e2a4e22b90acc680c6e4ca04)

Author SHA1 Message Date
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
Benoit Fouet 573af7545e Add missing parentheses to AV_NE macro. 14 years ago
Måns Rullgård 6a36facc3d Fix out-of-tree build 14 years ago
Stefano Sabatini 4f2d2e4ed9 Define macro AV_NE() and use it in libavdevice. 14 years ago
Michael Niedermayer fd3064b65e Make sure "Last message repeated" is printed. 14 years ago
Stefano Sabatini 448524777a Add the M_PHI constant, contains an approximation of the golden ratio 14 years ago
Diego Pettenò 3fc548df28 Make ff_inverse stay with libavutil, and optional copy it to libavcodec. 14 years ago
Carl Eugen Hoyos eedc4ee5d8 Use attribute force_align_arg_pointer only on x86_32. 14 years ago
Stefano Sabatini 617d56cafa Update lavu minor and add APIchanges entry after r24174 (add bswap.h 14 years ago
Måns Rullgård b91d08f4a3 Install bswap.h and intreadwrite.h 14 years ago
Måns Rullgård 8681669272 Make intreadwrite.h installation-safe 14 years ago
Måns Rullgård 1fc81e73dd Make bswap.h safe to install as public API 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 14 years ago