| Commit message (Expand) | Author | Age | Files | Lines |
* | id3v2: Add support for UTF-16 encoding. | Anton Khirnov | 2009-09-23 | 1 | -0/+24 |
* | extend ff_inverse[], and fix its documentation | Loren Merritt | 2009-09-21 | 1 | -1/+1 |
* | Add warnings to av_strlcat and av_strlcpy doxygen that the input strings | Reimar Döffinger | 2009-09-09 | 1 | -0/+8 |
* | Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label | Ramiro Polla | 2009-09-06 | 1 | -6/+6 |
* | Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). | Lars Täuber | 2009-09-05 | 1 | -9/+9 |
* | Add a newline in error message in CHECKED_ALLOC(Z). | Ramiro Polla | 2009-09-04 | 1 | -2/+2 |
* | whitespace cosmetics, prettyprinting | Diego Biurrun | 2009-09-01 | 1 | -35/+35 |
* | Add function to compute ceil(log2(x)). | Thilo Borgmann | 2009-08-30 | 1 | -0/+9 |
* | Add CHECKED_ALLOC macro. | Ramiro Polla | 2009-08-29 | 1 | -0/+9 |
* | AVR32: optimisations for intreadwrite.h | Måns Rullgård | 2009-08-17 | 2 | -0/+184 |
* | AVR32: inline asm for bswap.h | Måns Rullgård | 2009-08-17 | 2 | -0/+46 |
* | MIPS: 100L: fix AV_[RW]N64 on MIPS64 | Måns Rullgård | 2009-08-16 | 1 | -6/+6 |
* | cosmetics: reformat intreadwrite.h | Måns Rullgård | 2009-08-16 | 1 | -88/+104 |
* | intreadwrite: ensure arch-specific versions are always used if defined | Måns Rullgård | 2009-08-16 | 1 | -8/+114 |
* | intreadwrite: allow arch-specific 24-bit access macros | Måns Rullgård | 2009-08-16 | 1 | -1/+9 |
* | ARM: first value loaded in AV_RN64 needs to be early-clobber | Måns Rullgård | 2009-08-16 | 1 | -1/+1 |
* | Introduce av_clip_uint16(). | Ramiro Polla | 2009-08-13 | 1 | -0/+11 |
* | Remove disabled code cruft. | Diego Biurrun | 2009-08-10 | 1 | -10/+0 |
* | Define INFINITIY and NAN in mathematics.h if missing | Måns Rullgård | 2009-08-10 | 1 | -0/+6 |
* | Revert addition of '#undef av_always_inline' to config.h in the small case. | Diego Biurrun | 2009-07-30 | 1 | -1/+4 |
* | Mark conditionally used variable T2 as av_unused; avoids the warning: | Diego Biurrun | 2009-07-30 | 1 | -1/+1 |
* | PPC: fix asm operand constraints in AV_RL64 | Måns Rullgård | 2009-07-29 | 1 | -1/+1 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 4 | -5/+5 |
* | Check for __attribute__((packed)) support | Måns Rullgård | 2009-07-17 | 1 | -1/+1 |
* | cosmetics: reindent after last commit | Kostya Shishkov | 2009-07-17 | 1 | -40/+40 |
* | Add SHA-2 hashing | Kostya Shishkov | 2009-07-17 | 2 | -7/+169 |
* | Remove useless definition of struct AVCLASS. | Stefano Sabatini | 2009-07-12 | 1 | -3/+2 |
* | Add a log2 replacement for systems that haven't quite caught up with the C99 | Alex Converse | 2009-07-10 | 1 | -0/+7 |
* | Prepare SHA code to handle SHA-2 as well. For now rename files and functions | Kostya Shishkov | 2009-07-10 | 4 | -19/+103 |
* | Rename function to sha1_transform so it won't be confused with SHA-2 transform | Kostya Shishkov | 2009-07-09 | 1 | -2/+2 |
* | Use pointer to hash transform function to make adding SHA-2 support easier. | Kostya Shishkov | 2009-07-09 | 1 | -3/+6 |
* | cosmetics: vertical align AVSHA1 members | Kostya Shishkov | 2009-07-09 | 1 | -1/+1 |
* | Extend AVSHA1 so it can be used in future SHA-2 code as well | Kostya Shishkov | 2009-07-09 | 1 | -1/+2 |
* | Document SHA-1 functions and structures | Kostya Shishkov | 2009-07-09 | 2 | -3/+24 |
* | Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to | Ramiro Polla | 2009-07-09 | 2 | -15/+15 |
* | Do not throw compiler error if asm code needs alignment, but we do not know | Ramiro Polla | 2009-07-09 | 1 | -2/+0 |
* | ARM: use gcc inline asm in bswap.h only when available | Måns Rullgård | 2009-07-01 | 1 | -1/+1 |
* | Icc does not support attribute flatten, do not try to use it. | Carl Eugen Hoyos | 2009-06-28 | 1 | -1/+1 |
* | Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ... | Carl Eugen Hoyos | 2009-06-27 | 3 | -3/+3 |
* | Fix cast of byte buffer to uint32 that was disregarding alignment | Jeff Downs | 2009-06-12 | 1 | -1/+5 |
* | cosmetics: Reformat file to K&R style upon Kostya's request. | Diego Biurrun | 2009-06-11 | 1 | -54/+83 |
* | cosmetics: Add missing ending backslash to installed header list. | Diego Biurrun | 2009-06-09 | 1 | -1/+1 |
* | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini | 2009-06-06 | 4 | -19/+19 |
* | MIPS: inline asm for intreadwrite.h | Måns Rullgård | 2009-05-28 | 2 | -0/+96 |
* | Add LABEL_MANGLE() to export label symbols from inside asm blocks. | Ramiro Polla | 2009-05-25 | 1 | -0/+3 |
* | Move ALIGN macro to libavutil/common.h and use it in various places | David Conrad | 2009-05-22 | 1 | -0/+1 |
* | Add @code/@endcode commands to markup C code in av_tree_insert() doxy. | Stefano Sabatini | 2009-05-09 | 1 | -1/+2 |
* | Add missing '*' to av_tree_insert() doxy. | Stefano Sabatini | 2009-05-09 | 1 | -1/+1 |
* | Fix 10l typo (usage of PIX_FMT_NE()). | Michael Niedermayer | 2009-04-22 | 1 | -3/+3 |
* | Add 420,422 and 444 planar 16bit per component pix formats. | Michael Niedermayer | 2009-04-21 | 1 | -0/+11 |