812 Commits (c67278098def4438fc587744f5df1c147bc95dc3)

Author SHA1 Message Date
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
Stefano Sabatini 357561e73f Clarify relations between log2_chroma_w, log2_chroma_h and comp. 15 years ago
Diego Biurrun c173693698 Add functions to return library license and library configuration. 15 years ago
Stefano Sabatini b8873c2a8f Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name 15 years ago
Michael Niedermayer b154ed5abe Fix indention after last commit. 15 years ago
Michael Niedermayer edabf35926 Fix crash with av_tree_enumerate(NULL). 15 years ago
Michael Niedermayer 1bf83b9548 Make sure av_tree_enumerate() enumerates left->right. 15 years ago
Carl Eugen Hoyos dd6308addd Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c. 15 years ago
NVIDIA Corporation 70e0c871eb Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used 15 years ago
Reimar Döffinger 7fc58b1eeb Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h, 15 years ago
Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
Stefano Sabatini 3fa70a3bc8 Add pixel format descriptors for the HW-accelerated formats. 15 years ago
Stefano Sabatini d71ad089ef Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats. 15 years ago
Stefano Sabatini 51135d1d8e Move pixdesc.{h,c} from libavcodec to libavutil. 15 years ago
Anton Khirnov 20c6837880 id3v2: Add support for UTF-16 encoding. 15 years ago
Loren Merritt 1a918c08e4 extend ff_inverse[], and fix its documentation 15 years ago
Reimar Döffinger 46f3b40eb3 Add warnings to av_strlcat and av_strlcpy doxygen that the input strings 15 years ago
Ramiro Polla d31dbec374 Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label 15 years ago
Lars Täuber 35f6c15405 Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). 15 years ago
Ramiro Polla 5ce6934e0a Add a newline in error message in CHECKED_ALLOC(Z). 15 years ago
Diego Biurrun ee1550116b whitespace cosmetics, prettyprinting 15 years ago
Thilo Borgmann c6dbbc4576 Add function to compute ceil(log2(x)). 15 years ago
Ramiro Polla e48a0966ca Add CHECKED_ALLOC macro. 15 years ago
Måns Rullgård d691da9508 AVR32: optimisations for intreadwrite.h 15 years ago