1009 Commits (8a19053361938bc05c3f6521b44786ce481356f5)

Author SHA1 Message Date
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
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 14 years ago
Måns Rullgård 7918375f88 intreadwrite: common.h is not needed, attributes.h is sufficient 14 years ago
Måns Rullgård f4d80ecb22 lfg: add missing includes 14 years ago
Måns Rullgård 47bfd50a4b pixdesc: add missing includes 14 years ago
Stefano Sabatini 9699a96a80 Bump minor after read/write_line() to av_read/write_image_line() 14 years ago
Stefano Sabatini ee4355808c Reindent after r24101. 14 years ago
Michael Niedermayer 6a522c49c2 Fix infinite loop with clock() returning (clock_t)-1. 14 years ago
Michael Niedermayer b65c1ccfe1 Change i to unsigned in get_generic_seed(). 14 years ago
Diego Biurrun e51f04968e Restore array sizes in doxygen parameter names. 14 years ago
Michael Niedermayer c84d5aa74f get_generic_seed() for the cases without /dev/random and AV_READ_TIME 14 years ago
Stefano Sabatini ce1cd1cba2 Rename read/write_line() to av_read/write_image_line(). 14 years ago
Måns Rullgård 9077e29ecc ARM: optimised integer clip functions 14 years ago
Måns Rullgård edd7fa82d7 ARM: intmath.h cosmetics 14 years ago
Måns Rullgård 216b43aed2 Allow arch-overrides for all common.h clip and log2 functions 14 years ago
Måns Rullgård a955b59658 Remove macro duplication between common.h and intmath.h 14 years ago
Måns Rullgård 2e874c7704 intmath: whitespace cosmetics 14 years ago
Måns Rullgård c184bb44db aes: fix array index out of bounds warning 14 years ago
Eli Friedman b7cdddcd1f Silence "comparison of unsigned expression >= 0 is always true" warning. 14 years ago
Reimar Döffinger 19c039ee3d Make mix function more readable. 14 years ago
Ramiro Polla 08b317a238 avutil: bump minor version for r23985 (install lfg.h) 14 years ago
Ramiro Polla 89eec74a52 avutil: install lfg.h 14 years ago
Diego Biurrun e669590a0a Fix parameter name and position in av_crc_init Doxygen documentation. 14 years ago
Diego Biurrun 3fa7626863 Avoid square brackets in Doxygen comments; Doxygen chokes on them. 14 years ago