835 Commits (dd3475682e48a1364dc1738405f8ec7767a78848)

Author SHA1 Message Date
Carl Eugen Hoyos a3a55b7848 Icc does not support attribute flatten, do not try to use it. 15 years ago
Carl Eugen Hoyos 06be9d9d8e Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and cold. 15 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
Stefano Sabatini 77544e5b91 Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros. 16 years ago
Stefano Sabatini 1cee4eafa3 Make the PIX_FMT_NE() macro more generic. 16 years ago
Diego Biurrun 661ce28996 Rename 'tests' target to 'testprogs'. It is too easily confused with the 16 years ago
Stefano Sabatini 6e08ca9c51 Make the pixel formats which were defined as macros: 16 years ago
Stefano Sabatini f82674e584 Change the RGB5X5/BGR5X5 pixel format defines so that we have little 16 years ago
Stefano Sabatini 31a79497b7 Use PIX_FMT_NE() macro. 16 years ago
Stefano Sabatini a1a05abebd Implement PIX_FMT_NE() macro. 16 years ago
Diego Biurrun ee6624ef4a Remove deprecated and now unused Mersenne Twister PRNG. 16 years ago
Diego Biurrun 9f5da4d189 When warning about forbidden pseudo random number generation functions, 16 years ago
Diego Biurrun 0e4cb6cbad Fix reference to av_random where av_lfg_get was meant. 16 years ago
Diego Biurrun 294eaa2643 Replace random() usage in test programs by av_lfg_*(). 16 years ago
Diego Biurrun 578f90a8d5 Align test program output columns. 16 years ago
Diego Biurrun 7349392535 Make softfloat test program compile again: Setting the av_log_level variable 16 years ago
Diego Biurrun b56e34c5e9 Make AES test program compile again: Setting the av_log_level variable 16 years ago
Michael Niedermayer 8e3d8a82e6 typedef int x86_reg on non x86 16 years ago
Diego Biurrun bb504ac45e Fix compilation of adler32 test program: Use av_log_set_level() 16 years ago
Diego Biurrun 3cf6adaf64 Remove code that was disabled by the recent major version bump. 16 years ago
Stefano Sabatini 323a8230fb Fix typo: 'conjuction' -> 'conjunction'. 16 years ago
Måns Rullgård 9bceffef3a Fix ff_random_get_seed() prototype 16 years ago
Stefano Sabatini 8358c03479 Fix typos. 16 years ago
Reimar Döffinger 3898eed890 Reorder arguments for av_fifo_generic_read to be more logical and 16 years ago