summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* lavu: change versioning script to include all av* prefixed symbolsJustin Ruggles2012-06-081-1/+1
* float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles2012-06-083-3/+30
* ARM: fix float_dsp breakage from d5a7229Mans Rullgard2012-06-084-8/+8
* Add a float DSP framework to libavutilJustin Ruggles2012-06-0816-0/+539
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-082-0/+165
* ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-081-0/+231
* x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak2012-05-291-7/+6
* AVOptions: fix the value printed in out of range error message.Anton Khirnov2012-05-281-1/+2
* log: make colored output more colorful.Anton Khirnov2012-05-261-2/+2
* opt: Add av_opt_set_bin()Samuel Pitoiset2012-05-263-1/+31
* Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov2012-05-151-1/+1
* lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles2012-05-091-4/+3
* samplefmt: add a function for filling a buffer with silence.Anton Khirnov2012-05-092-0/+31
* samplefmt: add a function for copying audio samples.Anton Khirnov2012-05-092-0/+34
* mips: intreadwrite: fix inline asm for gcc 4.8Mans Rullgard2012-05-091-2/+5
* mips: intreadwrite: remove unnecessary inline asmMans Rullgard2012-05-091-57/+2
* av_samples_fill_array: Mark unmodified function argument as const.Diego Biurrun2012-05-082-2/+3
* build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-071-1/+1
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-071-4/+21
* arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6Mans Rullgard2012-05-031-1/+3
* arm: intreadwrite: disable inline asm for gcc 4.7 and laterMans Rullgard2012-05-021-1/+2
* arm: intreadwrite: fix inline asm constraints for gcc 4.6 and laterMans Rullgard2012-05-021-3/+10
* cpu: recognise only cpu flag names pertinent to the architectureMans Rullgard2012-04-251-2/+4
* avutil: add av_parse_cpu_flags() functionMans Rullgard2012-04-253-1/+70
* Add libavresampleJustin Ruggles2012-04-241-0/+9
* avutil: change default buffer size alignment for sample buffer functionsJustin Ruggles2012-04-231-2/+4
* 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
OpenPOWER on IntegriCloud