1435 Commits (1d9c2dc89a2302076a68b4a3ae3639abbb1a502d)

Author SHA1 Message Date
Diego Biurrun ce473de921 av_samples_fill_array: Mark unmodified function argument as const. 13 years ago
Diego Biurrun dbe6ba55a3 build: cosmetics: Add missing end-of-line backslashes to item lists. 13 years ago
Diego Biurrun 9eb83a56aa build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 13 years ago
Mans Rullgard c02efacc8f arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6 13 years ago
Mans Rullgard ababec7b95 arm: intreadwrite: disable inline asm for gcc 4.7 and later 13 years ago
Mans Rullgard adebad07e0 arm: intreadwrite: fix inline asm constraints for gcc 4.6 and later 13 years ago
Mans Rullgard 6eca84bad8 cpu: recognise only cpu flag names pertinent to the architecture 13 years ago
Mans Rullgard 3527a73933 avutil: add av_parse_cpu_flags() function 13 years ago
Justin Ruggles c8af852b97 Add libavresample 13 years ago
Justin Ruggles 83b26046fc avutil: change default buffer size alignment for sample buffer functions 13 years ago
Mans Rullgard d526c5338d ARM: allow runtime masking of CPU features 13 years ago
Justin Ruggles 0c0d1bce7c avutil: add audio fifo buffer 13 years ago
Loren Merritt 705f3d4759 x86inc: support AVX abstraction for 2-operand instructions 13 years ago
Justin Ruggles 5e8280d177 avutil: add better documentation for AVSampleFormat 13 years ago
Diego Biurrun baaab6069a build: Move all arch OBJS declarations into arch subdirectory Makefiles. 13 years ago
Henrik Gramner 729f90e268 x86inc improvements for 64-bit 13 years ago
Martin Storsjö 14f063d294 mem: Consistently return NULL for av_malloc(0) 13 years ago
Justin Ruggles 0109a09dc3 avutil: use align == 0 for default alignment in audio sample buffer functions 13 years ago
Justin Ruggles 18ed3788b0 avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc() 13 years ago
Nicolas George b2db35995f audioconvert: make av_get_channel_layout accept composite names. 13 years ago
Justin Ruggles 4d693b023c avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt() 13 years ago
Justin Ruggles 5cc51a5847 avutil: Add av_get_default_channel_layout() 13 years ago
Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Diego Biurrun e7e19b15c7 build: Only clean the architecture subdirectory we build for. 13 years ago
Diego Biurrun 80391552c9 libavutil: Remove pointless rational test program. 13 years ago
Diego Biurrun 193d7eea95 libavutil: Remove broken and pointless lzo test program. 13 years ago
Martin Storsjö 27b7459b8d docs: Fix a stray reference to tags in the generic doxy on dicts 13 years ago
Ronald S. Bultje 98b9da2ac7 x86inc: add *mp named argument support to DEFINE_ARGS. 13 years ago
Janne Grunau 363bd1c62c remove iwmmxt optimizations 13 years ago
Ronald S. Bultje a9c5b6f602 cpu: initialize mask to -1, so that by default, optimizations are used. 13 years ago
Anton Khirnov 4d851f8dcf cpu: add av_set_cpu_flags_mask(). 13 years ago
Loren Merritt 0f53d0cf4b x86inc: don't "bake" stack_offset in named arguments. 13 years ago
Diego Biurrun cfac648e6a doxygen: Remove documentation for non-existing parameters; misc small fixes. 13 years ago
Justin Ruggles c9bca80132 avutil: add AVERROR_UNKNOWN 13 years ago
Diego Biurrun b315042c8c Remove libpostproc. 13 years ago
Tim Walker 147715ca10 Add channel names to channel_names[] array for channels added in b2890f5 13 years ago
Tim W b38b6d56ca Add names for more channel layouts to the channel layout map. 13 years ago
Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
Justin Ruggles 0b42a9388c avutil: add av_rescale_q_rnd() to allow different rounding 13 years ago
Diego Biurrun 6df5c528ca Move some conditionally used variables into the block where they are used. 13 years ago
Diego Biurrun f769cfedd8 build: Add missing directories to DIRS declarations. 13 years ago
Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
Haruhiko Yamagata 166f399377 x86inc: support yasm -f win64 flag also. 13 years ago
Henrik Gramner 9cf7385309 x86inc: allow manual use of WIN64_SPILL_XMM. 13 years ago
Alex Converse 314af0ff94 aacdec: Use correct speaker order for 7.1. 13 years ago
Ronald S. Bultje 7e4d9d5d45 win64: add a XMM clobber test configure option. 13 years ago
Paul B Mahol 8b933129b9 avutil: make intfloat api public 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Ronald S. Bultje 412b248edb x86inc.asm: fix typo. 13 years ago