summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-06
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-05
* Add a newline in error message in CHECKED_ALLOC(Z).Ramiro Polla2009-09-04
* whitespace cosmetics, prettyprintingDiego Biurrun2009-09-01
* Add function to compute ceil(log2(x)).Thilo Borgmann2009-08-30
* Add CHECKED_ALLOC macro.Ramiro Polla2009-08-29
* AVR32: optimisations for intreadwrite.hMåns Rullgård2009-08-17
* AVR32: inline asm for bswap.hMåns Rullgård2009-08-17
* MIPS: 100L: fix AV_[RW]N64 on MIPS64Måns Rullgård2009-08-16
* cosmetics: reformat intreadwrite.hMåns Rullgård2009-08-16
* intreadwrite: ensure arch-specific versions are always used if definedMåns Rullgård2009-08-16
* intreadwrite: allow arch-specific 24-bit access macrosMåns Rullgård2009-08-16
* ARM: first value loaded in AV_RN64 needs to be early-clobberMåns Rullgård2009-08-16
* Introduce av_clip_uint16().Ramiro Polla2009-08-13
* Remove disabled code cruft.Diego Biurrun2009-08-10
* Define INFINITIY and NAN in mathematics.h if missingMåns Rullgård2009-08-10
* Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun2009-07-30
* Mark conditionally used variable T2 as av_unused; avoids the warning:Diego Biurrun2009-07-30
* PPC: fix asm operand constraints in AV_RL64Måns Rullgård2009-07-29
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Check for __attribute__((packed)) supportMåns Rullgård2009-07-17
* cosmetics: reindent after last commitKostya Shishkov2009-07-17
* Add SHA-2 hashingKostya Shishkov2009-07-17
* Remove useless definition of struct AVCLASS.Stefano Sabatini2009-07-12
* Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse2009-07-10
* Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov2009-07-10
* Rename function to sha1_transform so it won't be confused with SHA-2 transformKostya Shishkov2009-07-09
* Use pointer to hash transform function to make adding SHA-2 support easier.Kostya Shishkov2009-07-09
* cosmetics: vertical align AVSHA1 membersKostya Shishkov2009-07-09
* Extend AVSHA1 so it can be used in future SHA-2 code as wellKostya Shishkov2009-07-09
* Document SHA-1 functions and structuresKostya Shishkov2009-07-09
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla2009-07-09
* Do not throw compiler error if asm code needs alignment, but we do not knowRamiro Polla2009-07-09
* ARM: use gcc inline asm in bswap.h only when availableMåns Rullgård2009-07-01
* Icc does not support attribute flatten, do not try to use it.Carl Eugen Hoyos2009-06-28
* Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos2009-06-27
* Fix cast of byte buffer to uint32 that was disregarding alignmentJeff Downs2009-06-12
* cosmetics: Reformat file to K&R style upon Kostya's request.Diego Biurrun2009-06-11
* cosmetics: Add missing ending backslash to installed header list.Diego Biurrun2009-06-09
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
* MIPS: inline asm for intreadwrite.hMåns Rullgård2009-05-28
* Add LABEL_MANGLE() to export label symbols from inside asm blocks.Ramiro Polla2009-05-25
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* Add @code/@endcode commands to markup C code in av_tree_insert() doxy.Stefano Sabatini2009-05-09
* Add missing '*' to av_tree_insert() doxy.Stefano Sabatini2009-05-09
* Fix 10l typo (usage of PIX_FMT_NE()).Michael Niedermayer2009-04-22
* Add 420,422 and 444 planar 16bit per component pix formats.Michael Niedermayer2009-04-21
* PPC: check for x-form asm constraint supportMåns Rullgård2009-04-18
* PPC asm for AV_RL*()Måns Rullgård2009-04-18
* ARM asm for AV_RN*()Måns Rullgård2009-04-18