summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-23
* lavu: add av_usleep() functionMans Rullgard2012-06-22
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-22
* lavu/file: include unistd.h only when availableMans Rullgard2012-06-21
* log: include unistd.h only when neededMans Rullgard2012-06-21
* lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard2012-06-21
* av_gettime: support Win32 without gettimeofday()Mans Rullgard2012-06-20
* Use av_gettime() in various placesMans Rullgard2012-06-20
* Move av_gettime() to libavutilMans Rullgard2012-06-20
* mathematics.h: remove a couple of math definesJanne Grunau2012-06-20
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje2012-06-19
* float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles2012-06-18
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-18
* Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-18
* Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov2012-06-10
* audioconvert: add a function for extracting the channel with the given indexAnton Khirnov2012-06-10
* audioconvert: add a function for getting the name of a single channel.Anton Khirnov2012-06-10
* audioconvert: add a function for getting channel's index in layoutAnton Khirnov2012-06-10
* audioconvert: use av_popcount64 in av_get_channel_layout_nb_channelsAnton Khirnov2012-06-10
* lavu: change versioning script to include all av* prefixed symbolsJustin Ruggles2012-06-08
* float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles2012-06-08
* ARM: fix float_dsp breakage from d5a7229Mans Rullgard2012-06-08
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
* ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-08
* 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