906 Commits (e9d96831f73f95d4b2cd69dd20dae95558b3be99)

Author SHA1 Message Date
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. 16 years ago
Diego Biurrun 8b4e7c28fb Mark conditionally used variable T2 as av_unused; avoids the warning: 16 years ago
Måns Rullgård b6ec1f47c7 PPC: fix asm operand constraints in AV_RL64 16 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Måns Rullgård e7ea5e3d8d Check for __attribute__((packed)) support 16 years ago
Kostya Shishkov 87d718aefc cosmetics: reindent after last commit 16 years ago
Kostya Shishkov aa5a99ae0c Add SHA-2 hashing 16 years ago
Stefano Sabatini 68485d2728 Remove useless definition of struct AVCLASS. 16 years ago
Alex Converse 291fd18a6e Add a log2 replacement for systems that haven't quite caught up with the C99 16 years ago
Kostya Shishkov 451ae25724 Prepare SHA code to handle SHA-2 as well. For now rename files and functions 16 years ago
Kostya Shishkov 0d73abb86a Rename function to sha1_transform so it won't be confused with SHA-2 transform 16 years ago
Kostya Shishkov 2c6361e009 Use pointer to hash transform function to make adding SHA-2 support easier. 16 years ago
Kostya Shishkov 3a7c65077d cosmetics: vertical align AVSHA1 members 16 years ago
Kostya Shishkov 01cc628845 Extend AVSHA1 so it can be used in future SHA-2 code as well 16 years ago
Kostya Shishkov 4364fc9a0d Document SHA-1 functions and structures 16 years ago
Ramiro Polla 16c2e21488 Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to 16 years ago
Ramiro Polla 4b2be143cd Do not throw compiler error if asm code needs alignment, but we do not know 16 years ago
Måns Rullgård 300ad6c16e ARM: use gcc inline asm in bswap.h only when available 16 years ago
Carl Eugen Hoyos a3a55b7848 Icc does not support attribute flatten, do not try to use it. 16 years ago
Carl Eugen Hoyos 06be9d9d8e Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and cold. 16 years ago
Jeff Downs d468ff0fdf Fix cast of byte buffer to uint32 that was disregarding alignment 16 years ago
Diego Biurrun 0ef37cd52e cosmetics: Reformat file to K&R style upon Kostya's request. 16 years ago
Diego Biurrun 9d58d4717a cosmetics: Add missing ending backslash to installed header list. 16 years ago
Stefano Sabatini bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 years ago
Måns Rullgård 530456bf31 MIPS: inline asm for intreadwrite.h 16 years ago
Ramiro Polla 7d9beec775 Add LABEL_MANGLE() to export label symbols from inside asm blocks. 16 years ago
David Conrad ef516f7377 Move ALIGN macro to libavutil/common.h and use it in various places 16 years ago
Stefano Sabatini 7a79e51cd6 Add @code/@endcode commands to markup C code in av_tree_insert() doxy. 16 years ago
Stefano Sabatini 9c5a4ea28c Add missing '*' to av_tree_insert() doxy. 16 years ago
Michael Niedermayer 0ee51c556e Fix 10l typo (usage of PIX_FMT_NE()). 16 years ago
Michael Niedermayer 6c2a860875 Add 420,422 and 444 planar 16bit per component pix formats. 16 years ago
Måns Rullgård cc078b5d8f PPC: check for x-form asm constraint support 16 years ago
Måns Rullgård 9f5ff83f2a PPC asm for AV_RL*() 16 years ago
Måns Rullgård 3c55ce039d ARM asm for AV_RN*() 16 years ago
Måns Rullgård a6783b8961 Reorganise intreadwrite.h 16 years ago
Diego Biurrun 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 years ago
Diego Biurrun 985fdd534f Give liblzo benchmark conditionals more descriptive names and add convenience 16 years ago
Diego Biurrun e467369278 Add a configure check for lzo1x_999_compress() and compile the lzo test program 16 years ago
Olivier Guilyardi 7b09db3522 Implement av_fifo_space(). 16 years ago
Diego Biurrun a8f9e7f641 Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS. 16 years ago
Diego Biurrun 82a6ef2089 Replace manual setting of the removed av_log_level variable by the 16 years ago
Måns Rullgård 60c703ac4b ARM: START/STOP_TIMER support for ARMv7 16 years ago
Måns Rullgård 439ccc4e0e Split libavutil/timer.h per architecture 16 years ago
Benoit Fouet 168fffdf01 Fix warnings in tree.c test code. 16 years ago
Diego Biurrun 504ffed19f Mark non-exported functions in test and example programs as static. 16 years ago
Diego Biurrun 3344cf851c Use a wildcard match instead of a list to remove test programs. 16 years ago
Diego Biurrun 7304c2c4ce Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. 16 years ago