835 Commits (dd3475682e48a1364dc1738405f8ec7767a78848)

Author SHA1 Message Date
Måns Rullgård e4a35244fa Replace log2f(10) with a constant 15 years ago
Måns Rullgård 7ed63ca2e7 Add casts to correct return type in macros for missing libm funcs 15 years ago
Carl Eugen Hoyos 8e339d4aa0 Gcc attribute may_alias is not supported (or silently ignored) by all supported compilers. 15 years ago
Måns Rullgård 95c0d02ddc TOMI: 16- and 32-bit intreadwrite functions 15 years ago
Måns Rullgård f4a7434f16 Add alias-safe aligned AV_[RW]N macros 15 years ago
Måns Rullgård 7a6053ef72 Use alias-safe types in AV_COPY/SWAP/ZERO macros 15 years ago
Måns Rullgård 0c76e635f5 Use alias-safe types in AV_[RW] macros 15 years ago
Måns Rullgård d10458c9e2 Add alias-safe union typedefs 15 years ago
Stefano Sabatini f47a7cb777 Move read_line() and write_line() definition from pixdesc.h to 15 years ago
Kostya Shishkov a768816c33 Simplify expression as suggested by Måns Rullgård 15 years ago
Kostya Shishkov 045b60bf9b Make SHA digest function write digest value with AV_WN32 instead of assuming 15 years ago
Måns Rullgård 8e05f06912 Define missing llrint() as macro instead of inline function 15 years ago
Michael Niedermayer b687c1aaac Bump minor for av_compare_ts() 15 years ago
Michael Niedermayer 78b0182375 av_compare_ts() 15 years ago
Stefano Sabatini 351aff72a4 Fix grammar: write to DST THING -> write THING to DST. 15 years ago
Stefano Sabatini 22bf4592c8 Remove duplicated word in av_strlcat() doxy. 15 years ago
Stefano Sabatini 80a07f6e47 Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). 15 years ago
Måns Rullgård 6c88973a75 Add AV_COPY32 15 years ago
Måns Rullgård 788627dea6 Define av_alias if supported by compiler 15 years ago
Måns Rullgård 4ae406856f Add --malloc-prefix to apply a prefix to malloc, free etc 15 years ago
Måns Rullgård 87fec35d8d Add macro AV_JOIN() for joining two tokens into one 15 years ago
Måns Rullgård 34e52abb62 DECLARE_ALIGNED macro for TMS470 compiler 15 years ago
Måns Rullgård d408b77a3a Add an AV_PRAGMA() macro for constructing _Pragma() directives 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Måns Rullgård 8a24e98d50 Make DECLARE_ALIGNED macros work with external array specifiers 15 years ago
Laurent Aimar 92c6a099ba H264 DXVA2 implementation 15 years ago
Måns Rullgård 5e7dfb7de1 Move COPY3_IF_LT to lavc/mathops.h 15 years ago
Måns Rullgård 75fb5c24ed Move FASTDIV macro to intmath.h 15 years ago
Måns Rullgård 1d52b4b390 Use avconfig.h in pixfmt.h 15 years ago
Måns Rullgård a3e02a8cad Create and install libavutil/avconfig.h 15 years ago
Alexander Strange f6d0390657 Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h. 15 years ago
Måns Rullgård bdd19e29df Mark all intreadwrite functions av_always_inline 15 years ago
Reimar Döffinger 3f37ab8e41 Make sure we do not export incorrect _NE pixformat descriptions by either 15 years ago
Måns Rullgård c25210278c Add missing parens in AV_WN macros 15 years ago
Måns Rullgård a482e61bd6 Add symbol versioning for shared libraries 15 years ago
Vitor Sessak 06cb7a1c8f Use macros instead of inline functions to replace the following missing C99 15 years ago
Måns Rullgård 544f5a922f Optimise av_log2 with clz when available 15 years ago
Vitor Sessak 6b7c7703f4 Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it. 15 years ago
Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago
Stefano Sabatini 702d0a9e85 Remove residual use of the doxygen markup which is deprecated, 15 years ago
Michael Niedermayer bac24dd2a5 2nd try on documenting av_gcd(). 15 years ago
Michael Niedermayer 03703cb3d1 Document av_gcd(). 15 years ago
Michael Niedermayer b3e88ae84b Place { of the function where indent -kr wants it. 15 years ago
Michael Niedermayer 64b12fc317 Move #include where it belongs. 15 years ago
Michael Niedermayer 277c733237 Add a function to convert a number to a av_malloced string. 15 years ago
Stefano Sabatini 3ba69a15c6 Implement av_bmg_next(), a Box-Muller Gaussian random generator. 15 years ago
Ramiro Polla e244f54e78 Make av_log_level static at next lavu major version bump. 15 years ago
Stefano Sabatini 382cb1154c Make av_pix_fmt_descriptors use the same pixel format names as defined 15 years ago
Stefano Sabatini 74a0059f2c Make the pixdesc API public. 15 years ago
Stefano Sabatini 60fa95683d Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness. 15 years ago