summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-225-1/+80
* avutil: add audio fifo bufferJustin Ruggles2012-04-204-2/+343
* x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt2012-04-181-2/+8
* avutil: add better documentation for AVSampleFormatJustin Ruggles2012-04-161-1/+26
* build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-123-3/+2
* x86inc improvements for 64-bitHenrik Gramner2012-04-111-104/+114
* mem: Consistently return NULL for av_malloc(0)Martin Storsjö2012-04-101-1/+3
* avutil: use align == 0 for default alignment in audio sample buffer functionsJustin Ruggles2012-04-093-3/+8
* avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc()Justin Ruggles2012-04-092-5/+8
* audioconvert: make av_get_channel_layout accept composite names.Nicolas George2012-04-083-12/+54
* avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()Justin Ruggles2012-04-083-11/+52
* avutil: Add av_get_default_channel_layout()Justin Ruggles2012-04-053-1/+21
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-1/+1
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-282-6/+2
* build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-261-2/+0
* libavutil: Remove pointless rational test program.Diego Biurrun2012-03-262-26/+1
* libavutil: Remove broken and pointless lzo test program.Diego Biurrun2012-03-262-47/+0
* docs: Fix a stray reference to tags in the generic doxy on dictsMartin Storsjö2012-03-191-1/+1
* x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje2012-03-141-0/+2
* remove iwmmxt optimizationsJanne Grunau2012-03-124-32/+1
* cpu: initialize mask to -1, so that by default, optimizations are used.Ronald S. Bultje2012-03-061-1/+1
* cpu: add av_set_cpu_flags_mask().Anton Khirnov2012-03-063-2/+20
* x86inc: don't "bake" stack_offset in named arguments.Loren Merritt2012-03-031-1/+4
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-281-2/+1
* avutil: add AVERROR_UNKNOWNJustin Ruggles2012-02-253-2/+4
* Remove libpostproc.Diego Biurrun2012-02-231-1/+0
* Add channel names to channel_names[] array for channels added in b2890f5Tim Walker2012-02-221-0/+4
* Add names for more channel layouts to the channel layout map.Tim W2012-02-211-0/+18
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-2/+2
* avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles2012-02-203-3/+16
* Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-131-1/+2
* build: Add missing directories to DIRS declarations.Diego Biurrun2012-02-091-1/+1
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-084-8/+17
* x86inc: support yasm -f win64 flag also.Haruhiko Yamagata2012-02-081-0/+2
* x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner2012-02-081-4/+5
* aacdec: Use correct speaker order for 7.1.Alex Converse2012-02-081-0/+1
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-021-0/+71
* avutil: make intfloat api publicPaul B Mahol2012-01-302-1/+2
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-274-4/+0
* x86inc.asm: fix typo.Ronald S. Bultje2012-01-271-1/+1
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-272-14/+16
* Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse2012-01-263-15/+1
* sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-273-1/+15
* libavutil: Remove pointless file test program.Diego Biurrun2012-01-262-19/+1
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-081-0/+2
* timer: K&R formatting cosmeticsDiego Biurrun2012-01-051-20/+24
* lavu: bump lavu minor for av_popcount64Janne Grunau2012-01-031-1/+1
* Add av_popcount64Daniel Verkamp2012-01-031-0/+13
* Replace Subversion revisions in comments by Git hashes.Diego Biurrun2011-12-211-1/+1
* lavu: add AVERROR_BUG error valueLuca Barbato2011-12-192-0/+2
OpenPOWER on IntegriCloud