summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Clarify relations between log2_chroma_w, log2_chroma_h and comp.Stefano Sabatini2009-11-181-1/+9
* Add functions to return library license and library configuration.Diego Biurrun2009-11-182-0/+22
* Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameStefano Sabatini2009-11-182-52/+52
* Fix indention after last commit.Michael Niedermayer2009-11-141-4/+4
* Fix crash with av_tree_enumerate(NULL).Michael Niedermayer2009-11-141-0/+2
* Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer2009-11-141-4/+5
* Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.Carl Eugen Hoyos2009-11-111-0/+6
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-101-0/+1
* Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...Reimar Döffinger2009-11-101-4/+0
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-093-1/+22
* Add pixel format descriptors for the HW-accelerated formats.Stefano Sabatini2009-11-051-0/+56
* Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.Stefano Sabatini2009-11-021-0/+4
* Move pixdesc.{h,c} from libavcodec to libavutil.Stefano Sabatini2009-10-272-0/+803
* id3v2: Add support for UTF-16 encoding.Anton Khirnov2009-09-231-0/+24
* extend ff_inverse[], and fix its documentationLoren Merritt2009-09-211-1/+1
* Add warnings to av_strlcat and av_strlcpy doxygen that the input stringsReimar Döffinger2009-09-091-0/+8
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-061-6/+6
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-051-9/+9
* Add a newline in error message in CHECKED_ALLOC(Z).Ramiro Polla2009-09-041-2/+2
* whitespace cosmetics, prettyprintingDiego Biurrun2009-09-011-35/+35
* Add function to compute ceil(log2(x)).Thilo Borgmann2009-08-301-0/+9
* Add CHECKED_ALLOC macro.Ramiro Polla2009-08-291-0/+9
* AVR32: optimisations for intreadwrite.hMåns Rullgård2009-08-172-0/+184
* AVR32: inline asm for bswap.hMåns Rullgård2009-08-172-0/+46
* MIPS: 100L: fix AV_[RW]N64 on MIPS64Måns Rullgård2009-08-161-6/+6
* cosmetics: reformat intreadwrite.hMåns Rullgård2009-08-161-88/+104
* intreadwrite: ensure arch-specific versions are always used if definedMåns Rullgård2009-08-161-8/+114
* intreadwrite: allow arch-specific 24-bit access macrosMåns Rullgård2009-08-161-1/+9
* ARM: first value loaded in AV_RN64 needs to be early-clobberMåns Rullgård2009-08-161-1/+1
* Introduce av_clip_uint16().Ramiro Polla2009-08-131-0/+11
* Remove disabled code cruft.Diego Biurrun2009-08-101-10/+0
* Define INFINITIY and NAN in mathematics.h if missingMåns Rullgård2009-08-101-0/+6
* Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun2009-07-301-1/+4
* Mark conditionally used variable T2 as av_unused; avoids the warning:Diego Biurrun2009-07-301-1/+1
* PPC: fix asm operand constraints in AV_RL64Måns Rullgård2009-07-291-1/+1
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-264-5/+5
* Check for __attribute__((packed)) supportMåns Rullgård2009-07-171-1/+1
* cosmetics: reindent after last commitKostya Shishkov2009-07-171-40/+40
* Add SHA-2 hashingKostya Shishkov2009-07-172-7/+169
* Remove useless definition of struct AVCLASS.Stefano Sabatini2009-07-121-3/+2
* Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse2009-07-101-0/+7
* Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov2009-07-104-19/+103
* Rename function to sha1_transform so it won't be confused with SHA-2 transformKostya Shishkov2009-07-091-2/+2
* Use pointer to hash transform function to make adding SHA-2 support easier.Kostya Shishkov2009-07-091-3/+6
* cosmetics: vertical align AVSHA1 membersKostya Shishkov2009-07-091-1/+1
* Extend AVSHA1 so it can be used in future SHA-2 code as wellKostya Shishkov2009-07-091-1/+2
* Document SHA-1 functions and structuresKostya Shishkov2009-07-092-3/+24
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla2009-07-092-15/+15
* Do not throw compiler error if asm code needs alignment, but we do not knowRamiro Polla2009-07-091-2/+0
* ARM: use gcc inline asm in bswap.h only when availableMåns Rullgård2009-07-011-1/+1
OpenPOWER on IntegriCloud