835 Commits (dd3475682e48a1364dc1738405f8ec7767a78848)

Author SHA1 Message Date
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
Måns Rullgård e482c2e2fb AVR32: inline asm for bswap.h 15 years ago
Måns Rullgård 9dc6bb7b9f MIPS: 100L: fix AV_[RW]N64 on MIPS64 15 years ago
Måns Rullgård 4a051891f6 cosmetics: reformat intreadwrite.h 15 years ago
Måns Rullgård 63826ceb32 intreadwrite: ensure arch-specific versions are always used if defined 15 years ago
Måns Rullgård 57c36bdcea intreadwrite: allow arch-specific 24-bit access macros 15 years ago
Måns Rullgård e6956a6e48 ARM: first value loaded in AV_RN64 needs to be early-clobber 15 years ago
Ramiro Polla f51fb686de Introduce av_clip_uint16(). 15 years ago
Diego Biurrun 3d7b15e450 Remove disabled code cruft. 15 years ago
Måns Rullgård bd41c06f18 Define INFINITIY and NAN in mathematics.h if missing 15 years ago
Diego Biurrun 75af07495a Revert addition of '#undef av_always_inline' to config.h in the small case. 15 years ago
Diego Biurrun 8b4e7c28fb Mark conditionally used variable T2 as av_unused; avoids the warning: 15 years ago
Måns Rullgård b6ec1f47c7 PPC: fix asm operand constraints in AV_RL64 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 15 years ago
Måns Rullgård e7ea5e3d8d Check for __attribute__((packed)) support 15 years ago
Kostya Shishkov 87d718aefc cosmetics: reindent after last commit 15 years ago
Kostya Shishkov aa5a99ae0c Add SHA-2 hashing 15 years ago
Stefano Sabatini 68485d2728 Remove useless definition of struct AVCLASS. 15 years ago
Alex Converse 291fd18a6e Add a log2 replacement for systems that haven't quite caught up with the C99 15 years ago
Kostya Shishkov 451ae25724 Prepare SHA code to handle SHA-2 as well. For now rename files and functions 15 years ago
Kostya Shishkov 0d73abb86a Rename function to sha1_transform so it won't be confused with SHA-2 transform 15 years ago
Kostya Shishkov 2c6361e009 Use pointer to hash transform function to make adding SHA-2 support easier. 15 years ago
Kostya Shishkov 3a7c65077d cosmetics: vertical align AVSHA1 members 15 years ago
Kostya Shishkov 01cc628845 Extend AVSHA1 so it can be used in future SHA-2 code as well 15 years ago
Kostya Shishkov 4364fc9a0d Document SHA-1 functions and structures 15 years ago
Ramiro Polla 16c2e21488 Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to 15 years ago
Ramiro Polla 4b2be143cd Do not throw compiler error if asm code needs alignment, but we do not know 15 years ago
Måns Rullgård 300ad6c16e ARM: use gcc inline asm in bswap.h only when available 15 years ago