summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* arm: intreadwrite: disable inline asm for gcc 4.7 and laterMans Rullgard2012-05-02
* arm: intreadwrite: fix inline asm constraints for gcc 4.6 and laterMans Rullgard2012-05-02
* cpu: recognise only cpu flag names pertinent to the architectureMans Rullgard2012-04-25
* avutil: add av_parse_cpu_flags() functionMans Rullgard2012-04-25
* Add libavresampleJustin Ruggles2012-04-24
* avutil: change default buffer size alignment for sample buffer functionsJustin Ruggles2012-04-23
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-22
* avutil: add audio fifo bufferJustin Ruggles2012-04-20
* x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt2012-04-18
* avutil: add better documentation for AVSampleFormatJustin Ruggles2012-04-16
* build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-12
* x86inc improvements for 64-bitHenrik Gramner2012-04-11
* mem: Consistently return NULL for av_malloc(0)Martin Storsjö2012-04-10
* avutil: use align == 0 for default alignment in audio sample buffer functionsJustin Ruggles2012-04-09
* avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc()Justin Ruggles2012-04-09
* audioconvert: make av_get_channel_layout accept composite names.Nicolas George2012-04-08
* avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()Justin Ruggles2012-04-08
* avutil: Add av_get_default_channel_layout()Justin Ruggles2012-04-05
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-26
* libavutil: Remove pointless rational test program.Diego Biurrun2012-03-26
* libavutil: Remove broken and pointless lzo test program.Diego Biurrun2012-03-26
* docs: Fix a stray reference to tags in the generic doxy on dictsMartin Storsjö2012-03-19
* x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje2012-03-14
* remove iwmmxt optimizationsJanne Grunau2012-03-12
* cpu: initialize mask to -1, so that by default, optimizations are used.Ronald S. Bultje2012-03-06
* cpu: add av_set_cpu_flags_mask().Anton Khirnov2012-03-06
* x86inc: don't "bake" stack_offset in named arguments.Loren Merritt2012-03-03
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-28
* avutil: add AVERROR_UNKNOWNJustin Ruggles2012-02-25
* Remove libpostproc.Diego Biurrun2012-02-23
* Add channel names to channel_names[] array for channels added in b2890f5Tim Walker2012-02-22
* Add names for more channel layouts to the channel layout map.Tim W2012-02-21
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles2012-02-20
* Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-13
* build: Add missing directories to DIRS declarations.Diego Biurrun2012-02-09
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
* x86inc: support yasm -f win64 flag also.Haruhiko Yamagata2012-02-08
* x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner2012-02-08
* aacdec: Use correct speaker order for 7.1.Alex Converse2012-02-08
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-02
* avutil: make intfloat api publicPaul B Mahol2012-01-30
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* x86inc.asm: fix typo.Ronald S. Bultje2012-01-27
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse2012-01-26
* sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-27
* libavutil: Remove pointless file test program.Diego Biurrun2012-01-26