summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak2012-05-29
* AVOptions: fix the value printed in out of range error message.Anton Khirnov2012-05-28
* log: make colored output more colorful.Anton Khirnov2012-05-26
* opt: Add av_opt_set_bin()Samuel Pitoiset2012-05-26
* Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov2012-05-15
* lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles2012-05-09
* samplefmt: add a function for filling a buffer with silence.Anton Khirnov2012-05-09
* samplefmt: add a function for copying audio samples.Anton Khirnov2012-05-09
* mips: intreadwrite: fix inline asm for gcc 4.8Mans Rullgard2012-05-09
* mips: intreadwrite: remove unnecessary inline asmMans Rullgard2012-05-09
* av_samples_fill_array: Mark unmodified function argument as const.Diego Biurrun2012-05-08
* build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-07
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-07
* arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6Mans Rullgard2012-05-03
* 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