971 Commits (00f72577adc7377cc28c46ebef75c18b10bc32e5)

Author SHA1 Message Date
  Måns Rullgård 9077e29ecc ARM: optimised integer clip functions 15 years ago
  Måns Rullgård edd7fa82d7 ARM: intmath.h cosmetics 15 years ago
  Måns Rullgård 216b43aed2 Allow arch-overrides for all common.h clip and log2 functions 15 years ago
  Måns Rullgård a955b59658 Remove macro duplication between common.h and intmath.h 15 years ago
  Måns Rullgård 2e874c7704 intmath: whitespace cosmetics 15 years ago
  Måns Rullgård c184bb44db aes: fix array index out of bounds warning 15 years ago
  Eli Friedman b7cdddcd1f Silence "comparison of unsigned expression >= 0 is always true" warning. 15 years ago
  Reimar Döffinger 19c039ee3d Make mix function more readable. 15 years ago
  Ramiro Polla 08b317a238 avutil: bump minor version for r23985 (install lfg.h) 15 years ago
  Ramiro Polla 89eec74a52 avutil: install lfg.h 15 years ago
  Diego Biurrun e669590a0a Fix parameter name and position in av_crc_init Doxygen documentation. 15 years ago
  Diego Biurrun 3fa7626863 Avoid square brackets in Doxygen comments; Doxygen chokes on them. 15 years ago
  Diego Biurrun eee9119ad1 Add parameter names to av_log/av_vlog function declarations. 15 years ago
  Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 15 years ago
  Stefano Sabatini 2b4abbd6f5 Move colorspace.h from libavcodec to libavutil. 15 years ago
  Måns Rullgård 16bfbfd078 random_seed: simplify 15 years ago
  Måns Rullgård 9958096ea2 Reindent 15 years ago
  Måns Rullgård b7fa5c5abb random_seed: allow to block on /dev/random 15 years ago
  Måns Rullgård cae70f99a3 Improve FF_SYMVER documentation 15 years ago
  Måns Rullgård 2eaf7e49c7 Improve av_strerror() documentation 15 years ago
  Måns Rullgård c2a5b4731b Improve GET_UTF{8,16} documentation 15 years ago
  Måns Rullgård 12633044b1 aes: improve av_aes_crypt() documentation 15 years ago
  Måns Rullgård 8201261996 adler32: add API documentation 15 years ago
  Måns Rullgård ffd31cfef3 base64: improve documentation 15 years ago
  Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
  Måns Rullgård 38e23c88db Make av_get_random_seed() non-blocking 15 years ago
  Reimar Döffinger dd025f25da Change AES code to be strict-aliasing-safe. 15 years ago
  Reimar Döffinger 2ad4a3bc78 Pass subshift an argument of the proper type. 15 years ago
  Reimar Döffinger 17c78b087a Use a consistent type for multbl array function parameters. 15 years ago
  Måns Rullgård 276fc8a4e2 Add missing avutil.h include to libavutil/mem.h 15 years ago
  Jai Menon 50061b6234 Print a space after the AVClass prefix. 15 years ago
  Ronald S. Bultje 45a1b86a05 Add av_clip_int8(), used in the upcoming VP8 decoder. 15 years ago
  Benoit Fouet 1c7c0e2d40 Add missing parentheses in MKTAG and MKBETAG macros. 15 years ago
  Stefano Sabatini eb928286de Add more tests to eval, help detecting some of the more apparent 15 years ago
  Stefano Sabatini 7ec9b9beca Make av_parse_expr() fail if there are trailing chars at the end of 15 years ago
  Stefano Sabatini 2f62224bc0 Improve av_parse_eval() error reporting. 15 years ago
  Carl Eugen Hoyos ed00fe49d7 icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used. 15 years ago
  Michael Niedermayer 33586ee770 Document FF_SYMVER and attribute_used 15 years ago
  Måns Rullgård ccc87908a9 Fix symbol version compat wrappers on systems with export prefixes 15 years ago
  Måns Rullgård b462d13262 Add compatibility wrappers for functions moved from lavf to lavc 15 years ago
  Martin Storsjö 3c467bacaa Fix compilation on windows CE 15 years ago
  Stefano Sabatini 297084275c Fix av_compare_mod() doxy. 15 years ago
  Stefano Sabatini 276b45afa0 Add APIchanges entry and bump minor after av_compare_mod() addition. 15 years ago
  Ramiro Polla db16e3ca65 log.c: Use parameter passed to macro instead of the equivalent local variable 15 years ago
  Ramiro Polla 4855f8679e Add win32 console color output. 15 years ago
  Ramiro Polla 6e34a5582d Move ansi color array to outside of av_log_default_callback(). Do not pass 15 years ago
  Ramiro Polla a1c027e9e4 Rename use_ansi_color to use_color so it is not ANSI-specific. 15 years ago
  Michael Niedermayer 65db0587a8 Add av_compare_mod() 15 years ago
  Stefano Sabatini 0b99215c0e Move eval.c and eval.h from libavcodec to libavutil, and make the eval 15 years ago
  Stefano Sabatini 6532c6f929 Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE() 15 years ago