summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* log: Include io.h on windowsRonald S. Bultje2012-06-251-0/+1
* x86: cpu: whitespace (mostly) cosmeticsMans Rullgard2012-06-251-34/+36
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-253-1/+6
* log: Only include unistd.h if configure found itMartin Storsjö2012-06-241-1/+1
* x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-233-1/+7
* lavu: add av_usleep() functionMans Rullgard2012-06-223-2/+34
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-222-2/+2
* lavu/file: include unistd.h only when availableMans Rullgard2012-06-211-0/+2
* log: include unistd.h only when neededMans Rullgard2012-06-211-0/+4
* lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard2012-06-211-1/+1
* av_gettime: support Win32 without gettimeofday()Mans Rullgard2012-06-201-0/+16
* Use av_gettime() in various placesMans Rullgard2012-06-201-4/+2
* Move av_gettime() to libavutilMans Rullgard2012-06-203-0/+61
* mathematics.h: remove a couple of math definesJanne Grunau2012-06-201-18/+0
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-201-1/+0
* mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje2012-06-191-0/+6
* float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles2012-06-183-3/+57
* float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles2012-06-184-0/+77
* Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-181-0/+7
* Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov2012-06-101-1/+1
* audioconvert: add a function for extracting the channel with the given indexAnton Khirnov2012-06-102-0/+19
* audioconvert: add a function for getting the name of a single channel.Anton Khirnov2012-06-102-0/+18
* audioconvert: add a function for getting channel's index in layoutAnton Khirnov2012-06-102-0/+22
* audioconvert: use av_popcount64 in av_get_channel_layout_nb_channelsAnton Khirnov2012-06-101-5/+1
* 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
OpenPOWER on IntegriCloud